i can add checked
property using following code
$('#specificCheckBox').prop('checked', true);
but how can remove this property using jquery or Javascript.
Don't remove it, but set it to false:
$('#specificCheckBox').prop('checked', false);
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With