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
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/