日期:2014-05-16 浏览次数:20414 次
$(function () {
$("#tb").sorttable({
ascImgUrl: "../images/up.png",
descImgUrl: "../images/down.png",
ascImgSize: "10px",
descImgSize: "10px",
onSorted: function (cell) {
// alert(cell.index() + " -- " + cell.text());
}
});
});