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.
例如,我在#dialogbox div 中有一堆元素,我能否以某种方式确保某些事件不会传播到它之外?
用这个
$(element).on('click', function(event){ event.stopImmediatePropagation(); });