modified: script.js
This commit is contained in:
parent
65c6da69f6
commit
dcb98a2632
@ -36,10 +36,10 @@ $(document).ready(function() {
|
||||
$(".tab").find(".addTab").before(newTabButton);
|
||||
$("body").append(newTabContent);
|
||||
// 绑定新添加的选项卡按钮和删除按钮的事件
|
||||
// $(".tabcontent").hide();
|
||||
// $("#" + newTabId).show();
|
||||
// $(".tablinks").removeClass("active");
|
||||
// $(`.tablinks[data-tab="${newTabId}"]`).addClass("active");
|
||||
$(".tabcontent").hide();
|
||||
$("#" + newTabId).show();
|
||||
$(".tablinks").removeClass("active");
|
||||
$(`.tablinks[data-tab="${newTabId}"]`).addClass("active");
|
||||
bindTabEvents();
|
||||
updateContentOpacity(slider.val());
|
||||
});
|
||||
|
Loading…
Reference in New Issue
Block a user