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.
我正在使用一个复选框样式插件 我正在使用两个选项卡,其中每个选项卡中都有一些复选框。但插件不工作
演示
我做了一个 jsfiddle 演示来展示它的问题。即使它是如何工作的,也只有当我不在任何选项卡格式中使用它时。但不应该是这样的。任何人都可以看看问题出在哪里。?
嘿,我像这样编辑width过!important
width
!important
.iPhoneCheckContainer{ width:98px !important; } .iPhoneCheckHandle { width:44px !important; }
这不是好的 jquery 选择器
$(window).load(function() { $('input#on_off_on').iphoneStyle(); });
=>工作:)
更新的演示