开发者

Jquery Autocomplete and Auto Suggest

开发者 https://www.devze.com 2023-02-04 16:43 出处:网络
How do you stop the auto suggest feature from dropping down suggestions while using jquery autocomplete.The 开发者_开发技巧auto suggest is dropping down over the autocomplete selections.Its terribly a

How do you stop the auto suggest feature from dropping down suggestions while using jquery autocomplete. The 开发者_开发技巧auto suggest is dropping down over the autocomplete selections. Its terribly annoying. I've tried z-index. Nothing seems to stop it.


Most browsers support the autocomplete attribute on html input elements.

<input name="textBoxWithoutAutoComplete" autocomplete="off" value="This textbox won't have autocomplete" />

more info here http://msdn.microsoft.com/en-us/library/ms533486(v=vs.85).aspx

0

精彩评论

暂无评论...
验证码 换一张
取 消