> })
>
> })
>
> 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
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
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
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
4 matches
Mail list logo