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.
我为我的搜索栏使用了 jquery-ui 自动完成功能。但是,我注意到,每当我输入某些内容并单击 Enter 而不选择自动完成功能提供的任何选项时,自动完成下拉词仍然存在。
当我单击搜索栏的提交按钮时,有没有一种方法可以自动关闭自动完成下拉词?
$( ".selector" ).autocomplete( "close" ); 在按钮的单击功能中使用此代码...