0
我想使用引導切換,但我不知道如何檢查當用戶檢查它打開或關閉,以便發送它使用Ajax。如何檢查引導切換檢查或不在jQuery
我該怎麼做?
<div class="checkbox">
<label data-label-id="<?= $data->id; ?>" id="message_status">
<input id="check_toogle" type="checkbox" data-toggle="toggle">
</label>
<div class="delete_message">
❌
</div>
</div>
http://www.bootstraptoggle.com/
他們的文檔概述瞭如何處理事件:http://www.bootstraptoggle.com/#events –
可能的重複https://stackoverflow.com/questions/13323671/twitter-bootstrap-how-to-see-the -state-of-a-toggle-button – Kevin
謝謝羅伯特C,我查了文檔,但是沒注意到這個 –