链接在jquery'tabs + accordion'中不起作用的奇怪错误 [英] Weird bug where links don't work in jquery 'tabs+accordion'

查看:178
本文介绍了链接在jquery'tabs + accordion'中不起作用的奇怪错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我是新来的 - 到处寻找答案,找不到答案。

I'm new here - searched everywhere for an answer and can't find one.

我正在使用Codecanyon的这个很棒的标签+手风琴插件,但我试图放在内容区域的链接不起作用。

I'm using this great tabs+accordion plugin from Codecanyon, but links I am trying to put in the content areas aren't working.

我正在尝试修复的实时网站就在这里 - http://lrg-international.com/site/ - 您会注意到选项卡区域中的了解更多按钮未点击。它们可以悬停,但点击它们什么都不做。

The live site I'm trying to fix is here - http://lrg-international.com/site/ - you'll notice the 'Find out more' buttons in the tabbed area are not clicking through. They can be hovered but clicking them does nothing.

有人能告诉我为什么此测试页面上响应标签中链接1之后的所有链接都不可点击/可收回?似乎与块级元素有关但我可能完全走错了轨道。

Can anyone tell me why all links after "Link 1" within the 'responsive' tab on this test page aren't clickable/hoverable? Seems to be related to block level elements but I could be totally on the wrong track.

我已经向开发人员询问过这个问题,因为它是一个付费的插件,但是他没有回答。任何人都可以帮忙吗?

I've asked the developer about this, as it's a paid for plugin, but he hasn't replied. Can anyone help?

推荐答案

在得到大卫和甜菜根的帮助后,探索各种途径,结果发现它与一个jquery-ui'tabs'脚本。开发人员告诉我删除它:

After much appreciated help from David and Beetroot, exploring various avenues, it turned out to be a conflict with a jquery-ui 'tabs' script. The developer told me to remove this:

jQuery(document).ready(function(){ 
jQuery(function() { 
jQuery(".tabs").tabs(".panes > div"); 
}); 


});

猜猜插件需要为他们的元素提出更多独特的名字!

Guess plugins need to come up with more unique names for their elements!

谢谢大家。

这篇关于链接在jquery'tabs + accordion'中不起作用的奇怪错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆