当我点击一个复选框时,为什么没有添加选中的属性?你可以在这里看到代码http://jsfiddle.net/FCrSg/
发布于 2011-02-03 10:05:44
你想做什么?看看是否检查过了?
$('.user_roles').click(function(){
console.log( $(this).is(':checked'));
});http://jsfiddle.net/petersendidit/FCrSg/1/
https://stackoverflow.com/questions/4882000
复制相似问题