soft and program
Friday, January 2, 2009
[jQuery] custom function call from document.ready
I have a table which needs to be sorted. Tablesorter plugin does not
fully work. I am trying to call a simple alternate function from
jQuery $(document).ready method. How to make it work?
$(document).ready(function() {
$("#tableID").tablesorter({
....
});
alternate('tableID');
});
No comments:
Post a Comment
‹
›
Home
View web version
No comments:
Post a Comment