Call a function each time i change the pages of the table.
Call a function each time i change the pages of the table.
Hello,
i've a function who transforms numbers as stars. Works fine,
but as soon as i change the page of the table, the stars are no longer displayed, so how can i call my function again to render the new numbers as stars .
i tryed :
[code]$('recap_next .fg-button').click(function(){
$('span.stars').stars();
});[/code]
but it doesn't work.
Thanks
i've a function who transforms numbers as stars. Works fine,
but as soon as i change the page of the table, the stars are no longer displayed, so how can i call my function again to render the new numbers as stars .
i tryed :
[code]$('recap_next .fg-button').click(function(){
$('span.stars').stars();
});[/code]
but it doesn't work.
Thanks
This discussion has been closed.
Replies
='(
Allan