开发者

jQuery accordion making some page links disabled

开发者 https://www.devze.com 2023-04-08 03:50 出处:网络
I\'m using jQuery accordion which expands and collapses fine but when it expands it hides some of the page tabs and links. When it collapses these tabs and links don\'t work, they just become disabled

I'm using jQuery accordion which expands and collapses fine but when it expands it hides some of the page tabs and links. When it collapses these tabs and links don't work, they just become disabled. Can somebody help me? What could be the problem?

Here is the link where the problem exist http://www.alpolink.com. Five tabs in the header will work fine until you click on the vertical accordion menu, the last most right开发者_StackOverflow社区 tab and right most links on the page don't work.


Feels like you are overwriting some objects. Maybe you have a problem how you select your elements. Like $('.class').bla() will change all objects with this class. You might want to check those selectors you use. Make sure they only select the objects you really want.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号