jq中如何阻止元素的默认行为?

阻止网页元素的默认行为:

event.preventDefault();

或者:return false;

原文地址:https://www.cnblogs.com/mm2015/p/5322454.html