Isssue with ColorBox jQuery plugin
- by RyanP13
Hi,
I am using this plugin for my new site:
http://colorpowered.com/colorbox/
The page in concern has two hyper links which are of the same class:
a.emailQuote
These both should open the same colorbox window which is done by the following code:
$("a.emailQuote").colorbox({
transistion:"fade",
title:true,
iframe:true,
…