jquery中怎样防止冒泡事件


1、利用event.stopPropagation()


2、利用return false


3、利用event.preventDefault()