[jQuery] Re: selecting class under a parent class

2009-04-23 Thread jseg
>    }) > > }) > > On Apr 23, 12:57 pm, jseg wrote: > > > Need help selecting the class "details" under a parent class "two" > > when class "trigger" is clicked. > > > $().ready(function(){ > >    $('.trigger").clic

[jQuery] selecting class under a parent class

2009-04-23 Thread jseg
Need help selecting the class "details" under a parent class "two" when class "trigger" is clicked. $().ready(function(){ $('.trigger").click(function(event){ var thisItem = $(this).parent(); // set thisItem to .two $(thisItem).$('.details').slideToggle(); // toggle .details i

[jQuery] tablesorter, tr highlight

2008-04-10 Thread jseg
I'm using the tablesorter plugin and having a tough time trying to figure out why my click function does not work on the the second page when using the pager plugin. $(document).ready(function() { $("#myTable").tablesorter({widgets: ['zebra']}).tablesorterPager({container: $("#page

[jQuery] tablesorter- click function not working on next page

2008-04-10 Thread jseg
I'm using the tablesorter plugin and having a tough time trying to figure out why my click function does not work on the the next/second page when using the pager plugin. $(document).ready(function() { $("#myTable").tablesorter({widgets: ['zebra']}).tablesorterPager({container: $("#pa