摘要:
$("a").click(function(event){ event.preventDefault();});event.preventDefault();方法阻止元素发生默认的行为(例如,当点击提交按钮时阻止对表单的提交)。 阅读全文
posted @ 2014-01-16 18:41
天使半只翼
阅读(273)
评论(0)
推荐(0)
|
摘要:
$("a").click(function(event){ event.preventDefault();});event.preventDefault();方法阻止元素发生默认的行为(例如,当点击提交按钮时阻止对表单的提交)。 阅读全文
posted @ 2014-01-16 18:41
天使半只翼
阅读(273)
评论(0)
推荐(0)
|