Rails 4 ajax load content in bootstrap tab
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I have the same problem as described in this post . However, I still find it hard to comprehend the solution. The view: / Nav tabs % ul . nav . nav - tabs % li . active = link_to "Tab1" , "#tab1" , html_options = { "data-toggle" => "tab" } % li = link_to "Tab2" , "#tab2" , html_options = { "data-toggle" => "tab" } % li = link_to "Tab3" , "#tab3" , html_options = { "data-toggle" => "tab" } / Tab panes . tab - content . tab - pane . active #tab1 % p Fetch content . tab - pane . active #tab2 % ul . nav . nav - pills % li . active = link_to