This commit is contained in:
ken 2026-07-20 18:31:17 +08:00
parent 98eb287789
commit 5504923316
1 changed files with 7 additions and 8 deletions

View File

@ -3159,14 +3159,13 @@ function removeHiddenContentLinks() {
$(document).ready(function () {
setTimeout(removeHiddenContentLinks, 500);
});
function removeDtrControlTabindex() {
setTimeout(function () {
$('#table1_wrapper .dtr-control').removeAttr('tabindex');
}, 500);
}
// 執行
removeDtrControlTabindex();
$(document).ready(function () {
$('#table1').on('draw.dt', function () {
setTimeout(function () {
$('#table1_wrapper .dtr-control').removeAttr('tabindex');
}, 500);
});
});
// 執行 member等高計算目前改用flexbox故mark掉 by ika 20160105
// $(window).load(function() {
// if ($('.index-member-3').length && $(window).width() > 992) {