如何让DIV内容滑出并仅在用户点击DIV标题时才出现?
如果我的 DIV 标题为联系方式
或地址详细信息
,如下例所示:
我如何使用 jQuery 来实现一个功能,即 div 的内容仅在以下情况下滑出并显示给用户:用户单击 DIV标题。
If I have a DIV heading of Contact Details
or Address Details
, as in the following example:
how can I use jQuery to implement a feature whereby the contents of the div only slide out and appear to the user when the user clicks on the DIV heading.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
请参阅小提琴了解如何打开和关闭它: http://jsfiddle.net/maniator/wU8s2/
See fiddle for how to make it open and close: http://jsfiddle.net/maniator/wU8s2/
这是一个简单的例子
here's a simple example
使用小提琴进行简单演示,http://jsfiddle.net/andresilich/DR3x8/
[确保将“display:none”添加到标题下方的内容中,以隐藏它们并仅在单击时显示。]
Simple demo with using your fiddle, http://jsfiddle.net/andresilich/DR3x8/
[Make sure to add "display:none" to the content below the headers in order to hide them and only show when clicked.]