中獲取價值,我有一些HTML代碼:Html5的號碼不能使用jQuery
<div class="row">
<label class="span3" for="WidgetWidthProduct">Widget width</label>
<input type="number" class="span1" min="2" max="12" id="WidgetWidthProduct" value="3" />
</div>
我想以後有人改變了輸入查找的數值,但我不斷收到「0」?
alert($("#WidgetWidthProduct").val());
任何幫助? Thx
你是否使用這個從一個'$(document).ready(function(){...});' –
對我來說很好:http://jsfiddle.net/SDKw7 /也許你需要展示更多的代碼。 – JJJ