jQuery 事件方法
防止链接打开 URL:
event.preventDefault() 方法阻止元素发生默认的行为。
例如:
提示:请使用 event.isDefaultPrevented() 方法来检查指定的事件上是否调用了 preventDefault() 方法。