views:

94

answers:

1

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
I found this little script called jdMenu, it uses jquery i think, and it worked great, ty for the help
onildo
Please vote it up and accept as answer.
jpartogi