jquery 自动完成 |怎么了
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 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
您在页面中包含 jQuery UI 1.7.2 和 1.8.7,这会导致一些问题(主要是
. zIndex()
插件方法错误)...我会删除此 jQuery UI 1.7.2 引用来修复此问题:另请注意,您包含的 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: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.
我收到“不应该直接访问此脚本!”,显然该脚本正在寻找“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.