Tablesorted does not short a table which is just appended.
Hello!
I'm making an admin page for my website, and trying to include the google analytics, as i like. :)
The analytics script is makes a table which called
#analytics.
My problem is, I simply can't apply the tablesorter script to it, with $(document).ready(function())...
My questions are:
- Why? (Maybe cuz the table is not there when the document is ready)
- How can i solve this problem at the JS which makes the table?
- How can i solve this problem at the HTML's JavaScript.