JQuery Mobile:Spinbox脚本文件抛出错误

时间:2014-06-18 16:24:14

标签: jquery-mobile

我在使用提供的脚本实现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

0 个答案:

没有答案