修改现有问题答案
只是一个简短的问题。我是这个网站的新手,但是这个链接 Show/Hide multiple DIVs with Select using jQuery
我只是想知道如何更改代码,使其不在下拉选择中,而是在实际链接中。
如果有人能帮助我那就太棒了!
我到处都找过了,这是我能找到的最接近的。
谢谢大家。哇!
Just a quick questions. Im new to this site but this link Show/Hide multiple DIVs with Select using jQuery
I just wanted to know how to change the code so its not in a drop down select but an actual link.
If anyone could help me that would be badass!!
I have looked everywhere and this is closest to what i could find.
Thanks everyone. Woot!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我修改了这个问题的接受答案 how to show/hide divs by select .(jquery) OP链接的问题只是为了让他可以看到两者之间的相似之处。正如有人指出的那样,这种命名约定根本不好。
标记
JS
演示
http://jsfiddle.net/kJGcE/
这里有一个更好的方法
标记
JS
演示
http://jsfiddle.net/kJGcE/2/
I modified the accepted answer from this question how to show/hide divs by select.(jquery) the question the OP linked just so he could see the similarities between doing the two. As it was pointed out this naming convention is not good at all.
Markup
JS
Demo
http://jsfiddle.net/kJGcE/
And here is a better way
Markup
JS
Demo
http://jsfiddle.net/kJGcE/2/