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
amShekar
NA
39
61.9k
How to get the boolean value checkbox of label
Feb 15 2014 1:02 PM
<div>
@Html.CheckBoxFor(m => m.isWeekday, new { id = "dayId"})
<label><span>some icon</span><label>
<label for="weekDay">Sunday</label>
</div>
How to get the label value of weekday label which next by next to checkbox using jquery
when the check box is checked i want to get the text of the label i.e "Sunday"
How can we get the label text
Reply
Answers (
0
)
how to submit data using knockout.. for form
table data papulate to textbox