我在使用提供的脚本实现spinbox时遇到问题。我收到以下错误:
Uncaught TypeError: Cannot read property 'widget' of undefined
在spinbox.js文件中的a.mobile.widget
行:
<script type="text/javascript" src="http://dev.jtsage.com/cdn/spinbox/latest/jqm-spinbox.min.js"></script>
我已经尝试从gitHub加载最新的脚本,这导致了大量的jQuery移动错误被抛出。我的spinbox:
<div data-role="fieldcontain">
<label for="spin">Input spinner</label>
<input type="text" data-role="spinbox" name="OtherTravelersCount" id="OtherTravelersCount" value="60" min="0" max="100" runat="server"/>
</div>
我的代码是否存在问题,或者SpinBox是否无效?
修改
以下是使用gitHub中的spinbox code
时出现的错误Uncaught TypeError: Cannot read property 'widget' of undefined jqm-spinbox.min.js:7
Uncaught TypeError: undefined is not a function spinbox.js:125
Uncaught TypeError: undefined is not a function spinbox.js:125