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 ui 已经有一段时间了,发现它很有用
有没有办法排除由锚点制作的按钮被更改?
例如:
任何具有类 exclude 的锚点都将具有正常链接
没有类的其他任何东西都是 jquery ui 按钮
我正在使用的 jquery 代码是:
$( 'a,input[type=submit]' ).button();
$( 'a,input[type=submit]' ).not('.exclude').button();