[jQuery] hide/show issues
I've come across two problems with show/hide, which only materialize in
FF. IE appears to work fine.
1] Documented already, but the discovered solution doesn't work in all
cases. Repeated calls to show/hide result in lines being added to the
show/hide block. Solution is to add .css("height","auto"). This works
for DIV blocks, but only partially for FIELDSET blocks, where a single
line is added, but not accumulated.
2] Repeatedly clicking show/hide between two DIVs results in the first
DIV adding what appears to be a <br /> between INPUT elements. I've not
yet been able to determine a regular pattern, but it occurs frequently.
Examples: http://solidgone.com/jquery/test_acordian.html
Anyone worked through solutions to these?
~ ~ Dave
_______________________________________________
jQuery mailing list
discuss@jquery.com
http://jquery.com/discuss/