我在顶部有一个导航栏,其中包含:
<%= 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 下拉菜单作为选择...
谢谢!
我在顶部有一个导航栏,其中包含:
<%= 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 下拉菜单作为选择...
谢谢!
这里有很多选择,但我认为最好的方法是使用 Twitter Bootstrap:http: //twitter.github.com/bootstrap/javascript.html。
您还必须安装 jQuery。