阅读:6636 次 编辑日期:2014-01-23
//HTML: //JS: $("#outer").click(function(){ alert("outer"); }) $("#inter").click(function(event){ event.stopPropagation() alert("inter"); })