jquery 自动完成 |怎么了

发布于 2024-10-09 21:43:36 字数 181 浏览 0 评论 0原文

这是网址,为什么自动完成功能不起作用?

http://code.chaabee.com/mahmed/jobber2/

请帮忙:S

自动完成代码是在页脚那里..

here is the url why it the autocomplete is not working?

http://code.chaabee.com/mahmed/jobber2/

please help :S

autocomplete code is in footer there..

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(2

两人的回忆 2024-10-16 21:43:36

您在页面中包含 jQuery UI 1.7.2 1.8.7,这会导致一些问题(主要是 . zIndex() 插件方法错误)...我会删除此 jQuery UI 1.7.2 引用来修复此问题:

<script src="http://code.chaabee.com/mahmed/jobber2/js/jquery-ui.min.js" type="text/javascript"></script> 

另请注意,您包含的 jQuery 1.8.7 效果更好一些(更优化)使用 jQuery 1.4+,与验证相同,等等...如果您可以更新,我建议您更新到 jQuery 1.4.4 和 jQuery 验证 1.7。

You're including jQuery UI 1.7.2 and 1.8.7 in the page, this is causing some issues (mainly a .zIndex() plugin method error)...I'd remove this jQuery UI 1.7.2 reference to fix this up:

<script src="http://code.chaabee.com/mahmed/jobber2/js/jquery-ui.min.js" type="text/javascript"></script> 

Also note that the jQuery 1.8.7 you're including works a bit better (more optimized) with jQuery 1.4+, same with validation, etc...if you can update I'd recommend doing to, to jQuery 1.4.4 and jQuery validation 1.7.

回眸一笑 2024-10-16 21:43:36

我收到“不应该直接访问此脚本!”,显然该脚本正在寻找“POST”请求而不是“GET”请求。

I am getting, 'There should be no direct access to this script!', obviously the script is looking for 'POST' request and not 'GET' request.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文