单击链接时停止选择页面元素
我正在使用 jQuery Tools Scrollble 插件编写一个包含 javascript 可滚动元素的页面。您可以在此处查看我的页面:idiots.mrtriangle.me
当您单击图库选项卡时,访问图库并单击“滚动按钮”,第二次单击时,它会突出显示整个页面,这非常烦人。我不确定为什么要这样做,有什么方法可以删除这个选择吗?
谢谢
I'm writing a page containing a javascript scrollable element using the jQuery Tools Scrollble plug in. You can view my page here: idiots.mrtriangle.me
When you click on the Gallery tab, access a gallery and click the 'scroll buttons', on second click it highlights the entire page, which is quite annoying. I'm not sure why it's doing this, is there any way to remove this selection?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我认为您询问的是我图像中的问题。这就是这个问题的解决方案。
您将上述元素用于该滚动条。只需像这样设置 href 属性即可。
如果你想在jquery
中像这样动态发送设置
$('.next browser right').attr('href','javascript:;');
I think your asking about the problem which is in my image. And this is the solution for this problem.
Your using the above element for that scroller. just set the href attribute like this.
i this this will help U.
If you want to sent dynamically set like this in jquery
$('.next browse right').attr('href','javascript:;');