会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
侠岚之弋痕夕
博客园
首页
新随笔
联系
订阅
管理
09 2018 档案
jQuery移除或禁用html元素点击事件常用方法小结
摘要:移除或禁用html元素的点击事件可以通过css实现也可以通过js或jQuery实现。 一、CSS方法 .disabled { pointer-events: none; } 二、jQuery方法 方法一 $(this).click(function (event) { event.preventDefault(); } 方法二 $('a').live('click'...
阅读全文
posted @
2018-09-17 17:54
侠岚之弋痕夕
阅读(4050)
评论(0)
推荐(0)
公告
Where is the starting point, we don't have a choice, but the destination where we can pursue!