0

上部に次のナビゲーション バーがあります。

    <%= link_to content_tag(:li, "Watching me"), followers_user_path(current_user) %>

    <%= link_to content_tag(:li, "I'm Watching"), following_user_path(current_user) %>

そして、代わりにこれらのオプションを選択できるjavascriptドロップダウンメニューを持つ別のリンクを作成したいと思います...

ありがとう!

4

1 に答える 1

2

There are a ton of options here, but I think the best is to use Twitter Bootstrap: http://twitter.github.com/bootstrap/javascript.html.

You'll have to install jQuery too.

于 2012-04-23T07:54:10.647 に答える