jQuery 自动完成奇怪的错误
我正在使用这个插件,在某些页面中我得到一个
Uncaught TypeError: Object # has no method 'toLowerCase' 错误。
该错误涉及 jQuery.min.js,但当我尝试在建议列表已打开的情况下在字段中键入某些内容时,它会失败。在这种情况下没有任何服务器请求。
有人吗?谢谢
UPD:已解决
I am using this plugin and in some pages I get an
Uncaught TypeError: Object # has no method 'toLowerCase' error.
The error reffers to jQuery.min.js, but it fails when I am trying to type something in field while the suggest list already open. And there is no any server request in that case.
Anyone? Thank you
UPD: SOLVED
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
正如评论中所述,您应该使用 jQuery-ui 中包含的最新版本。
As stated in the comment, you should be using the more recent version included in the jQuery-ui.