We've made some changes to the logic in the nightlies - does the
change help your case?
http://code.jquery.com/nightlies/jquery-2009-03-26.js

--John



On Tue, Mar 31, 2009 at 8:42 AM, Jakub Suder <[email protected]> wrote:
>
> Hi,
>
> In my project, I have a box whose contents are partially hidden, and
> the bottom part should be displayed and hidden when you click show/
> hide buttons. I've used $(...).toggle() for that, and I've noticed
> that it only works the first time (i.e. when the contents are hidden).
> show() and hide() work as expected, but toggle() always works like show
> (). Also, is(":hidden") always returns true and is(":visible") always
> returns false.
>
> This is probably related to the change to hidden and visible matchers
> done in 1.3.2, because the same html works perfectly well with 1.3.1.
> I've also tried the latest trunk version (rev. 6302) and it has the
> same problem as 1.3.2. It's reproducible in Firefox 3 and Safari 4.
>
> Demo for 1.3.1: http://dl.getdropbox.com/u/41808/testjquery131.html
> Demo for 1.3.2: http://dl.getdropbox.com/u/41808/testjquery132.html
> Pastie (1.3.2): http://pastie.org/432440
>
> Regards,
> Jakub Suder
>
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"jQuery Development" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/jquery-dev?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to