gpt4 book ai didi

jquery - best_in_place 不是 Rails 3.2.1 中的函数错误

转载 作者:行者123 更新时间:2023-12-01 01:02:58 25 4
gpt4 key购买 nike

我正在为我的 Rails 3.2.1 应用程序使用 best_in_place gem。我的开发没有任何错误。当我尝试在生产环境中运行应用程序时,出现脚本错误

$(".best_in_place").best_in_place is not a function in my browser.

在我的 View 页面中,我有以下代码

<%= stylesheet_link_tag "best_inplace", "jquery-ui-1.8.20.custom" %>
<%= javascript_include_tag "application", "jquery.dataTables.min" %>


<%= best_in_place @user, :description, :type => :textarea %>

<script>
jQuery(".best_in_place").best_in_place();
</script>

最佳答案

几分钟前我也遇到了这个问题,通过将 require best_in_place 移到最后解决了,其他地方不起作用。很奇怪,但无论如何都能用。

这是 application.js list

//= require jquery
//= require jquery_ujs
//= require jquery.purr
//= require_tree .
//= require i18n
//= require i18n/translations
//= require best_in_place

$(document).ready(function() {
$('.best_in_place').best_in_place();
})

关于jquery - best_in_place 不是 Rails 3.2.1 中的函数错误,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/10585363/

25 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com