我有一个这样的表:
标题:
A. 导 言
页: 1
C. 结 论
我从我的纸面上获得所有权,价格来自Sphp的文字。
我的“价格”一栏就认为:
<script type="text/javascript" >
$(function() {
var price = setInterval(function()
{
$( #A ).load( live_price.php?title=A ).fadeIn("slow");
},6000);
});
<script>
生活——价格.php确实是许多 cr和 sp。
Now, in this case, price update every 6 seconds and updates each row. My problem has to do with sorting this new content.
I tried using:
$(“table”).trigger(“update”);
;
$("table").trigger("sorton",[sorting]);
without any success. Please help