当显示html页面时,我会在几秒钟内看到一个小方块而不是jquery-ui复选框按钮。
我像这样定义了复选框按钮:
$(document).ready(function()
{
$("#inputButton").button();
...
}
<div>
...
<input type="checkbox" id="inputButton" />
<label for="inputButton">Input Button</label>
...
</div>
我的电脑太慢了吗?还有其他想法吗?