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()
问候