@Scott, thanks for the effort. But the starting point still remains:
all of this was working OK with jQuery 1.2,
 as evident on Matt Kruse original page : 
http://www.javascripttoolbox.com/jquery/

While dbj.org/h.htm , shows that the jQuery nightly trips over this :

    $(this).siblings('.child-' + this.id).toggle(
                    function() { print($(this).outer(true)); }
                    );

In all the browsers, with more or less "luck" in any of them .
In IE this page does not work at all., and the markup for TR's toggled
is invalid.
Which is all clearly visible on that page.

jQ nightly also "fails" to toggle TR consistently in all browsers with
other variants of calling toggle :

toggle()  ;

toggle( 400 ) ;

This is the focus of this discussion. toggle() for/on TR's using the
latest jQ , vs the jQ 1.2 which (it seems) worketh ...

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

Reply via email to