2

我正在使用这里找到的 jQuery 微调器工具:

http://btburnett.com/spinner/example/example.html

当我尝试使用它时,微调器控件出现在文本框下方。谁能解释一下这个?我有一个例子说明这里发生了什么:

http://jsfiddle.net/brandonnicoll/bMUtt/

4

1 回答 1

3

您还需要链接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}
于 2012-04-05T21:48:36.857 回答