Dear All,
Please let me know how to uncheck the check box from the DOM element, here is my code and DOM element, my code its not working.
I only need to uncheck the check box. and Name and check box has to display as it is.
DOM Element :-
Carrier Organization Name
My Jquery Code :-
$("input[type='checkbox' value='2799']").prop('checked',prop);
Sanwar RanwaPosted Dec 4, 2018, 11:07 PM