0
在我application.html,我有這個裏面:已啓用jquery防止後刪除?
...
<script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
...
在我_post.html
,我有後續塊,讓用戶刪帖:
<% if current_user == post.user or can? :manage, :all %>
<span class ="plaintext"> [<%= link_to_if(can?(:delete, post), 'Delete', post_path(post), :class=>'delbuttons', :id=>'delete', :confirm => "Are you sure?", :method => :delete) {} %>]
</span>
<% end %>
出於某種原因,雖然,有行可以防止我的帖子被刪除!這很奇怪。我如何再次啓用刪除?我在Rails 3.
你在軌道上3或導軌3.1?你爲什麼使用舊的jQuery? – 2012-01-04 02:41:15
我目前在rails 3上 - 我如何去更新jquery?在此先感謝 – kyothine 2012-01-04 02:59:54
埃姆,需要一個新的? – 2012-01-04 03:02:03