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
Mohit Kala
567
2.1k
135.9k
How to Select Radio Button Checked On table row Click
Feb 24 2018 9:25 PM
how to do like i click on table row radio button will be checked
and if second tr click first will be uncheck
i write below code
$('#myDataTable').delegate('tbody > tr', 'click', function(){
$(this).find('input[type="radio"]').attr('checked', true);
});
it selects both row
Reply
Answers (
2
)
how to store the value of all the text box in json array for
Is there any way to use window.onbeforeunload on iphone?