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
Abhilash J A
534
2.4k
598.6k
label click checkbox checked jquery
Mar 30 2017 5:50 AM
Hi,
I have list of checkbox with label text. How can I check each checkboxes when click on the label text ?
<div
class
=
"col-sm-12 m-b-10"
>
<label
class
=
"radio-inline"
for
=
"radios-0"
>
<input type=
"checkbox"
name=
"PartnerTypeName"
class
=
"chkIncorporationType"
value=
"PDST"
>
Product Manufacturer
</label>
</div>
<div
class
=
"col-sm-12 m-b-10"
>
<label
class
=
"radio-inline"
for
=
"radios-1"
>
<input type=
"checkbox"
name=
"PartnerTypeName"
class
=
"chkIncorporationType"
value=
"PDST"
>
Product Distributor
</label>
</div>
Reply
Answers (
3
)
JQuery Each & If
How do get clipboard value in jquery