Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我正在编写一些 php、jquery 和数据库组合脚本来创建即时搜索,但遇到了即时搜索结果与浏览器的自动自动完成重叠的问题。有没有办法解决这个麻烦?
在输入控件中使用autocomplete="off",如果控件在表单中,则在表单控件中。例子:
autocomplete="off"
<form autocomplete="off" ... >
或者
<input autocomplete="off" ... />