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.
ボタンをクリックすると、ダイアログ ボックスが正常に動作します。しかし、.csページでイベントをクリックしないように制御します
あなたのコードが解決策を提供することが不可能であることを確認せずに、それにもかかわらず、これを試すことができます:
$(document).on('click', '#id/class-ofcontrol', function(){ //-----code stuff here---------// });