天使半只翼

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2014年1月16日

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