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.
SqueezeBox の背景モーダルからすべてのイベントをバインド解除するにはどうすればよいですか? 私が試してみました
jQuery('#sbox-overlay').unbind('click')
しかし無駄に
onload ブロックでこれを実行してみてください。
jQuery('#sbox-overlay').off()
よろしく