I found a nice script for dropdowns. The thing is, I'm trying to have multiple dropdowns on the same page, but use the same class so I don't have to duplicate the styles.
The script is form here:
http://www.jankoatwarpspeed.com/post/2009/07/28/reinventing-drop-down-with-css-jquery.aspx
I've downloaded the code and tried adding two on a page but when clicking on one of them, it triggers both. I've tried several things with .parent(), .children() etc but nothing has worked.
Could anyone help and point me in the right direction? Here's the demo page where the source code can be seen:
http://www.jankoatwarpspeed.com/examples/reinventing-drop-down/
UPDATE: And here's is a copy of that demo page I was working on: http://multideveloper.com/tests
Thanks a million!