jQuery .show/.hide 使用
我尝试 .show 并自动隐藏其他显示的 div。但我无法运行它。
这是我的代码示例。
http://jsfiddle.net/Awersione/PR7ag/
。
我尝试了一些示例,但无法运行我的代码。
我需要一些帮助..
感谢所有帮助
I try .show and auto hide other showing div. But i cant run it.
Here my code example.
http://jsfiddle.net/Awersione/PR7ag/
.
I Try Some examples But Dont Work My Code.
I Need Some Help..
Thanks For All Help
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
确保在左侧选择 jQuery 作为框架,然后就可以开始了!
http://jsfiddle.net/PR7ag/2/
编辑
是这 你想要什么?
Make sure you select jQuery as your framework on the left and you're good to go!
http://jsfiddle.net/PR7ag/2/
EDIT
Is this what you wanted?
我修复了你的 fsfiddle http://jsfiddle.net/PR7ag/4/
一些提示:
在左侧面板上,您选择了 mootool 作为框架,而不是 jQuery
在选择器中,使用
>
进行选择这childI fix your fsfiddle http://jsfiddle.net/PR7ag/4/
Few pointers:
On the left panel you had mootool selected as your framework, not jQuery
In the selector use
>
to select the child