TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Kumar AU
1.4k
309
61.4k
in Jquery - DOM element uncheck the checkbox
Dec 4 2018 10:57 PM
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 :-
<div class="s-checkboxradio-row">
<label for="Carrier Org Name">
<input type="checkbox" value="2799">
<span class="s-panel-label-text" id="Carrier Org Name">Carrier Organization Name</span>
</label>
</div>
My Jquery Code :-
$("input[type='checkbox' value='2799']").prop('checked',prop);
Reply
Answers (
1
)
Encrypt video file in C# and decrypt the video file in Java
How to get arraylist from formData in action mvc