gpt4 book ai didi

javascript - jquery-autocomplete 在 rails 中出错

转载 作者:数据小太阳 更新时间:2023-10-29 08:06:12 25 4
gpt4 key购买 nike

我一直在尝试让自动完成工作,但是,我在 firebug 控制台中遇到了一个奇怪的 javascript 错误...

我使用了 https://github.com/crowdint/rails3-jquery-autocomplete gem。

我得到的错误是:$(e).autocomplete is not a function

这是我在 html 中包含的脚本:

  <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js" type="text/javascript"></script>
<script src="/javascripts/autocomplete-rails.js?1294035084" type="text/javascript"></script>

谢谢

最佳答案

我今天确实遇到了这个问题,并通过安装 jQuery UI 修复了它。显然 rails3-jquery-autocomplete 使用了 jQuery UI 中包含的自动完成功能。在安装 jquery-rails 之前它会被破坏 并在您的布局中包含 jquery UI js 和 CSS 文件。

<%= javascript_include_tag :defaults, "jquery-ui-1.8.9.custom.min", "autocomplete-rails" %> 

引用 Github 站点:

Before you start

Make sure your project is usingjQuery-ui with the autocomplete widgetbefore you continue.

You can find more info about thathere:

http://jquery.com/

http://jqueryui.com/demos/autocomplete/

http://github.com/rails/jquery-ujs

I'd encourage you to understand how to usethose 3 amazing tools beforeattempting to use this gem.

关于javascript - jquery-autocomplete 在 rails 中出错,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/4586399/

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