我在best_in_place
Rails 4 中使用 gem。代码如下:
<p><%= best_in_place @link, :description, :classes => "summary" , :activator => "#edit_summary", :type => 'textarea', :nil => "<span class='none-yet'>There is no summary for this article. Would you like to create one?</span>" %></p>
<a href="#" id="edit_summary">Edit Summary</a>
由于某种原因,除非您刷新页面,否则该链接不会打开文本区域。我猜是turbolinks的问题?