datatable and slidetoggle()
datatable and slidetoggle()
I want to show/hide a div included in my datatable.
And I do that :
$j('.score', tab.fnGetNodes()).slideToggle('slow');
score is the class of the div element. But it works only for sliding down ( it works for all datatable pages).
For sliding up, it works only for first page.
Have you an idea?
And I do that :
$j('.score', tab.fnGetNodes()).slideToggle('slow');
score is the class of the div element. But it works only for sliding down ( it works for all datatable pages).
For sliding up, it works only for first page.
Have you an idea?
This discussion has been closed.
Replies