Stéphane Nahmani schrieb: > On 30 janv. 07, at 22:27, Jörn Zaefferer wrote: > > >> In case you want to test it with your copy of jQuery, modify pushStack >> to look like this: >> >> pushStack: function( a ) { >> var ret = jQuery(a); >> ret.prevObject = this; >> return ret; >> }, >> > > Fwiw, i modified my jquery.js with this, and discovered that it broke the > Accordion plugin somewhat. I use Accordion with a setting to start with no > submenu open: > > $(".deroulant").Accordion({ > header: 'a.pliant', > active: 'false' > }); > > and after making the "fix" in jquery, all submenus were opened when i opened > the > main menu, with assorted weirdness when clicking. So perhaps Accordion will > need > a fix too... > Could you try version 1.1 of the plugin? http://bassistance.de/jquery-plugins/jquery-plugin-accordion/
It should work fine now. -- Jörn Zaefferer http://bassistance.de _______________________________________________ jQuery mailing list discuss@jquery.com http://jquery.com/discuss/