function

Stopping Event Propagation 的危害

如何实现检测点击区域是否在某个元素以外? 很多人都会像排名第一的答案那样做,如下: $(window).click(function() { //Hide the menus if visible });$('# menucontainer').click(function(event){event.stopPropagation(); }); 这却会导致一个问题:点击事件