Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
是否有现成的选项这样的功能:工作示例
问题主要出在面板的正确定位上。
或者如何使用查询来做到这一点?
也许谁知道现成的例子?不幸的是我不擅长 javascript :(
jQuery 带有一个slideToggle()函数。例如,
slideToggle()
$('.button').click(function(){ $('.panel').slideToggle() }
是单击按钮时显示的.panel元素。 http://api.jquery.com/slidetoggle
.panel