[jQuery] Re: thickbox 3.1 and new jquery 1.3.1 - please help

2009-03-08 Thread newbie

jQuery Lover,

Thank you so much.  It worked fine now.
You can see it here http://www.laseralliance.com

On Feb 7, 2:24 am, jQuery Lover  wrote:
> Try to delete "@" on line 79.
>
> 79: TB_TempArray = $("a...@rel="+imageGroup+"]").get();
>
> 79: TB_TempArray = $("a[rel="+imageGroup+"]").get();
>
> 
> Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com
>
> On Sat, Feb 7, 2009 at 3:43 AM, newbie  wrote:
>
> > I upgraded from jquery 1.2.2 to 1.31 but thickbox 3.1 does not work.
> > Any help is appreciated


[jQuery] Re: thickbox 3.1 and new jquery 1.3.1 - please help

2009-02-07 Thread jQuery Lover

Try to delete "@" on line 79.

79: TB_TempArray = $("a...@rel="+imageGroup+"]").get();

79: TB_TempArray = $("a[rel="+imageGroup+"]").get();




Read jQuery HowTo Resource  -  http://jquery-howto.blogspot.com



On Sat, Feb 7, 2009 at 3:43 AM, newbie  wrote:
>
> I upgraded from jquery 1.2.2 to 1.31 but thickbox 3.1 does not work.
> Any help is appreciated