$(document).on('click', '#run', function(e) {
e.preventDefault();
$('#simple-example-table').stacktable();
$(this).replaceWith('<span>调整窗口大小以查看效果</span>');
});
$('#responsive-example-table').stacktable({myClass:'your-custom-class'});
$('#card-table').cardtable();
$('#agenda-example').stackcolumns();
