The thickbox doesnt work this way, they enable the thickbox throught
the class name equal to thickbox. I never tried, but you can add this
class dinamically just with the links that have a .jpg format.

like this:

$("a[href*='.jpg']).addClass("thinckbox");

or .attr("class","thickbox");

I hope it helps

Alexandre Magno
Web developer
http://blog.alexandremagno.net

On 31 out, 20:41, sccr410 <[EMAIL PROTECTED]> wrote:
> I'm trying to use jQuery to add the thickbox functionality to every link
> which links to a jpg file. How can you do this?
> --
> View this message in 
> context:http://www.nabble.com/Find-all-links-that-go-to-.jpg-images-tf4728653...
> Sent from the jQuery General Discussion mailing list archive at Nabble.com.

Reply via email to