爱玺玺

爱玺玺的生活日记本。wx:lb87626

js单选按钮再次点击可以取消功能

$('input:radio').click(function(){                

var $radio = $(this);


if ($radio.data('waschecked') == true){

$radio.prop('checked', false);                    

$radio.data('waschecked', false);

} else {

$radio.prop('checked', true);

$radio.data('waschecked', true);

}

});


发表评论:

Powered By Z-BlogPHP 1.4 Deeplue Build 150101

Copyright Your WebSite.Some Rights Reserved.

蜀ICP备11021721号-5