jQuery AutoComplete 依赖项缓存问题
我正在使用 jQuery AutoComplete 插件根据先前字段中输入的“汽车”名称来预填充名为“模型”的字段。
但是,如果用户在“型号”文本框中键入“C”,然后更改制造商并再次在“型号”文本框中键入“C”,则会出现相同的型号。我相信这一定是自动完成插件的缓存问题。我该如何解决这个问题?
谢谢
I'm using the jQuery AutoComplete plugin to pre-fill a field called 'Model' depending on the name of a 'Car' entered in a previous field.
However, if the user types in 'C' in the 'Model' text box, and then changes the manufacturer and types 'C' in the Model text box again, the same models appear. I believe this must be a cache issue with the AutoComplete plugin. How can I get around this?
Thanks
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
该文档讨论了 .flushCache 方法。不过还没有尝试过...
编辑:
The documentation talks about a .flushCache method. Haven't tried it though...
EDIT: