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を使用しており、便利だと感じています
アンカーから作成されたボタンの変更を除外する方法はありますか?
例えば:
クラスを除外したアンカーには通常のリンクがあります
クラスのないものはjquery uiボタンです
私が使用しているjqueryコードは次のとおりです。
$( 'a,input[type=submit]' ).button();
$( 'a,input[type=submit]' ).not('.exclude').button();