[jQuery] Re: jQuery 1.3 incompatible plugins

2009-02-06 Thread Daniel
Hi, quick fix for compatibility with jQuery 1.3 1. Open jquery.fancybox.js file 2. Replace line 73: Before: var arr = $("a...@rel=" + el.rel + "]").get(); After: var arr = $("a[rel=" + el.rel + "]").get(); Bye. On 22 Led, 16:13, Gordon wrote: > Sorry for the double posting! Google groups see

[jQuery] Re: jQuery 1.3 incompatible plugins

2009-01-22 Thread Gordon
Sorry for the double posting! Google groups seems to have gone nuts on me, it's also decided that my google email address should be my primary address instead of the address I've used for years, and as a result I'm no longer subscribed to any of my groups. On Jan 22, 2:26 pm, Stefan Sturm wrote:

[jQuery] Re: jQuery 1.3 incompatible plugins

2009-01-22 Thread Stefan Sturm
Hello, good Question. I have problems with Fancybox and jQuery 1.3... Greetings, Stefan Sturm 2009/1/22 Gordon : > > Just a quick question, is there a list of plugins that don't work with > jQuery 1.3, or a list of plugins that have been upgraded to work with > it? I want to be able to quickly