标签:tables on() read ble doc data highlight ons document
$(document).ready(function() {
$(‘#table‘).on(‘order.dt‘,
function() {
console.log(‘排序‘);
}).on(‘search.dt‘,
function() {
console.log(‘搜索‘);
}).on(‘page.dt‘,
function() {
console.log(‘翻页‘);
}).dataTable();
});
标签:tables on() read ble doc data highlight ons document
原文地址:http://www.cnblogs.com/hapday/p/6551063.html