I need to make a simple dropdown menu to my rails app, but all i can find is dropdown selects. does any1 know a good guide on making dropdown menus? just a simple menus, nothing fancy
A:
Dropdown menu is not something that is built in rails and you need a javascript plugin to achieve that.
If you are using prototype as your javascript framework in your rails app, here are some of prototype+scriptaculous based dropdown menu plugin . If you are using jQuery as your javascript framework in your rails framework, here are some of jQuery based dropdown menu plugin.
Hope that helps.
jpartogi
2010-09-23 22:13:54
I found this little script called jdMenu, it uses jquery i think, and it worked great, ty for the help
onildo
2010-09-24 04:31:22
Please vote it up and accept as answer.
jpartogi
2010-09-24 05:12:26