我正在開發一個使用jquery mobile phonegap的APP。嘗試檢索滑塊的值時,有一個麻煩,由於某種原因,我不能把它,我已經得到的東西像jquery ui滑塊值undefined
$(document).ready(function() {
var iValue = 0;
$("#sliderVer").uislider({
min : 10,
max : 100,
orientation : "vertical",
step : 1,
value : iValue
});
$("#incomplete_field_correo").hide();
$("#incomplete_field_secret").hide();
$("#incorrect_field_correo").hide();
});
我已經與
$試過(」 sliderVer「)值。
也
$( 「sliderVer」)滑塊( 「值」)。
和
$( 「sliderVer」)滑塊(ui.slider)。
但似乎沒有任何工作,任何想法?
在此先感謝!
看看這裏:http://stackoverflow.com/questions/5307325/getting-the-value-from- a-jquery-ui-slider – danmullen 2014-10-28 14:08:10