jQuery Dropdown Plugin - 有支持的插件吗?
我正在寻找 jQuery 的下拉插件,因为我的应用程序有多个下拉菜单。所需的功能与 StackOverflow 配置文件插入符号的功能非常相似。
我发现了这个: http://davidwalsh.name/twitter-dropdown-jquery
但鉴于这不是一个插件,感觉很乱。有人知道有一个插件可以让我干燥网站上的下拉菜单吗?
谢谢
I'm looking for a dropdown plugin for jQuery as my app has multiple dropdowns. The functionality required is very similar to that of the StackOverflow profile caret.
I found this: http://davidwalsh.name/twitter-dropdown-jquery
But given that's not a plugin it feels very messy. Anyone know of a plugin that would allow me to DRY dropdowns on my site?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我稍微清理了代码并将其做成插件式的。不是很优雅(代码一开始就不太漂亮),但它应该可以工作:
您可以像这样使用它:
演示:http://jsfiddle.net/DraY4/9/
I cleaned up the code a bit and made it plugin-ish. Not very elegant (the code wasn't pretty to begin with), but it should work:
You use it like this:
Demo: http://jsfiddle.net/DraY4/9/
这有用吗: http:// aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/
希望有帮助
Is this useful: http://aext.net/2009/08/perfect-sign-in-dropdown-box-likes-twitter-with-jquery/
Hope it helps