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...

Best regards,

--
  Stéphane Nahmani / sholby
  [EMAIL PROTECTED]
  http://www.sholby.net/

_______________________________________________
jQuery mailing list
[email protected]
http://jquery.com/discuss/

Reply via email to