Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何禁用 jQuery 选项卡的标题单击。
我只想从选项卡内的元素更改选项卡,构建一个作为向导工作的组件。
$(tab).click(function(){ return false; });
将阻止该选项卡的默认操作