bootstrap的radio触发事件
        $('[name=targetMove]').on('ifChecked', function(event){
            if($(this).is(':checked')){
                alert("Option " + $(this).val() + " is checked");
            }
        });
暂无评论

发送评论 编辑评论


				
上一篇
下一篇