我要提醒,當它改變時,開關的價值,然而,一些長碼鏈出來,在警告框快速切換值開關不靈
HTML
<div align="right">
<select name="switch" id="alleventsswitch" data-role="slider" data-mini="true">
<option value="off">No Past</option>
<option value="on">Past</option>
</select>
</div>
JAVASCRIPT
$('#alleventsswitch').change(function() {
alert($('select').slider().val);
});
顯然.VAL不起作用
謝謝!發現其他答案更簡單,但:P – nshah
@nshah謝謝 - PSL做了很好的解釋! –