Maison > Article > interface Web > 【求助】INPUT输入框 自动提示功能,位置跑偏_html/css_WEB-ITnose
PHP css JS
环境:chrome浏览器+wamp(PHP开发环境) 代码
代码
代码
代码
代码
代码
代码
代码
代码
你给的这部分代码木有用,要看CSS代码。
你要找出 autocomplete.js 中给提示定位的CSS代码
jquery.ui.autocomplete.css 这个样式是控制 自动完成提示 定位的。
jquery.ui.autocomplete.css 这个样式是控制 自动完成提示 定位的。
谢谢,我找到那段了,但是不会改。感觉是
$.widget( "ui.autocomplete", {
options: {
appendTo: "body",
autoFocus: false,
delay: 300,
minLength: 1,
position: {
my: "left top",
at: "left bottom",
collision: "none"
},
source: null
},
pending: 0,