摘要: function toSort(orderBy) { if (orderBy == $('#orderBy').data("order")) {// 再次点击同一个排序时 $('#orderBy').data("ascDesc", "asc" == $('#orderBy').data("a... 阅读全文
posted @ 2015-04-07 14:05 萧雪痕 阅读(445) 评论(0) 推荐(0) 编辑