jquery选项卡问题
我为我的网站创建了 jquery 选项卡。我的一个选项卡的内容中有一些应用程序按钮。当我单击其中一个按钮(这些按钮包含不同的链接)时,它将离开我的选项卡页面并打开另一页面中的内容。我不希望这样,所以我需要做什么?
I created jquery tabs for my website. I have some application buttons inside the content of one of my tabs. When I click on one of the buttons (these buttons contains different links) it takes me away from my tab page and opens the content in another page. I do not want that so what do i need to do?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您需要添加
或使用jquery,您可以执行preventDefault...
You need to add in
or using jquery you can do preventDefault...