var table = $.fn.dataTable.fnTables(true);
if ( table.length > 0 ) {
$(table).dataTable().fnAdjustColumnSizing();
}dom
$("#li_certificate").click(function () { $(this).parent().addClass("selected").siblings().removeClass("selected"); $("#div_record").hide(); $("#div_certificate").show(); //這個位置寫那個從新適應寬度的代碼 });