« Return to Thread: Bug in $() in jQuery v1.1.1?

Re: Bug in $() in jQuery v1.1.1?

by sholby :: Rate this Message:

Reply to Author | View in Thread

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
  sholby@...
  http://www.sholby.net/

_______________________________________________
jQuery mailing list
discuss@...
http://jquery.com/discuss/

 « Return to Thread: Bug in $() in jQuery v1.1.1?