Why AJAX response is not in sortable manner
问题 I am using sorttable.js for table sorting and my table is updated in every 3 sec by ajax response but the response is not in sorted manner as i expect it to be. Index page <div id="resDiv"> <table id="myTable1" class="sortable"> <thead> <tr><th id="person">Person</th><th id="monpay">Monthly pay</th></tr> </thead> <tbody> <tr><td>Jan Molby</td><td>£12,000</td></tr> <tr><td>Steve Nicol</td><td>£8,500</td></tr> <tr><td>Steve McMahon</td><td>£9,200</td></tr> <tr><td>John Barnes</td><td>£15,300<