icheck(取得値)

2015 ワード





    
    
    
    Document
    




    
21 22 23
11 22 33
// icheck $(document).ready(function () { $('input').iCheck({ checkboxClass: 'icheckbox_flat-red', // square blue radioClass: 'iradio_flat-red' }); }); function tags() { // iCheck var arrchechbox = [] $(".checkeds div.checked").each(function (index) { arrchechbox.push($(this).find("input").val()) }) // iCheck console.log(" " + arrchechbox) if ($(".radiosw div").hasClass("checked")) { console.log(" "+$(".radiosw div.checked").find("input").val()) } }