【求助】INPUT输入框 自动提示功能,位置跑偏_html/css_WEB-ITnose

WBOY
Release: 2016-06-21 09:43:27
Original
1422 people have browsed it

PHP css JS

环境:chrome浏览器+wamp(PHP开发环境)
自学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,


    


我下了这个控件看了下,这个自动完成的文本框要放在 
 下才不会出现你现在这种情况


    


我下了这个控件看了下,这个自动完成的文本框要放在 
 下才不会出现你现在这种情况
谢谢这个问题好了,还有那个日期选择框的问题不知道怎么改
http://bbs.csdn.net/topics/390459088?page=1#post-394492668
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template
About us Disclaimer Sitemap
php.cn:Public welfare online PHP training,Help PHP learners grow quickly!