如何禁用jquery中的链接
我的页面有一个链接,
<a href="/hyperlink">Hyper link</a>
我想在用户单击链接时打开一个对话框。
我想禁用链接而不删除 href 事件或属性,这
意味着 html 中没有任何更改,
然后
当用户单击链接时,
如果 jquery 未加载或有错误导致直接打开链接,则打开一个对话框。
我怎样才能做到这一点。
my page have a link
<a href="/hyperlink">Hyper link</a>
i want to open a dialog when user click on link.
i want to disable link without remove href event or attribute from him
means no changes in html
then
when user click on link then open a dialog
if jquery not load or have a error cause open a link directly.
how i can do this.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这可能有效。
That may work.