0
<%= link_to StackOverflow, 'https://stackoverflow.com/', :target => '_blank' %>
如何製作在新的背景選項卡中打開的鏈接?上面的代碼在前臺選項卡中打開StackOverflow的鏈接。在後臺打開新頁面選項卡(紅寶石)
在此先感謝
UPDATE:
我發現從another question
$('a[target="_blank"]').removeAttr('target');
如何做到這一點在的Ruby/Rails的答案嗎?
類似的問題:http://stackoverflow.com/questions/4086988/how-do-i-make-link-to-open-external-urls-in-a-new-window –
它更類似於這個http://stackoverflow.com/questions/498530/open-a-new-tab-in-firefox-and-keep-ff-in-the-background?rq=1 我該怎麼辦那Ruby/Rails的方式?.. :) – jezureru