我正在使用这里找到的 jQuery 微调器工具:
http://btburnett.com/spinner/example/example.html
当我尝试使用它时,微调器控件出现在文本框下方。谁能解释一下这个?我有一个例子说明这里发生了什么:
我正在使用这里找到的 jQuery 微调器工具:
http://btburnett.com/spinner/example/example.html
当我尝试使用它时,微调器控件出现在文本框下方。谁能解释一下这个?我有一个例子说明这里发生了什么:
您还需要链接ui.spinner.css
文件。
检查此小提琴中的资源:http: //jsfiddle.net/bMUtt/17/
以下是 的内容ui.spinner.css
:
.ui-spinner {position: relative}
.ui-spinner-buttons {position: absolute}
.ui-spinner-button {overflow: hidden}