var _Ichkoffe= $('.selectoption input[name=docheck]:checked').map(function () { return this.value; }).get().join(",");
/*-----( checkbox checked is true / false )-----*/
$('.selectoption input[name=docheck]:checked').attr('checked', false);
$(this).parent().parent().parent().parent().parent().parent().find('.selectoption input[name=docheck]').attr('checked', true)
/*-----(Getting value )------*/
_Ichkoffer = $(this).attr("value");
/*-----( checkbox checked is true / false )-----*/
$('.selectoption input[name=docheck]:checked').attr('checked', false);
$(this).parent().parent().parent().parent().parent().parent().find('.selectoption input[name=docheck]').attr('checked', true)
/*-----(Getting value )------*/
_Ichkoffer = $(this).attr("value");
No comments:
Post a Comment