jQuery event.stopPropagation() 方法jQuery 事件方法实例阻止click 事件冒泡到父元素: $('span').click(function(event){ event.stopPropagation(); alert('The span ...
確定! 回上一頁