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
Saafia NM
NA
52
11.1k
show an element if a checkbox is unchecked
Sep 26 2016 3:01 AM
I have an array of check boxes which are dynamically build from single checkbox.i.e,
<input type='checkbox' class='case' name='case' id='case$SlNo' value='$SlNo' checked='checked'/>.
Here the $SlNo is from 1 to number of rows created. So each check box have different id,
like case1,case2,...Along with this each check boxes there is a select drop down ,i.e
<select class='txtReason' name='txtReason$SlNo' id='txtReason$SlNo' hidden='hidden'></select>
it's id is also unique.It is hidden in default. I have to show that hidden element while unchecking
the checkbox by unique.I am doing this in PHP. My main problem is i cannot identify the check box which i am
unchecking. At the time of unchecking i have to show the corresponding hidden element through JQuery.
Please help me!!!
Reply
Answers (
2
)
How-to-assign-selected-value-from-auto-complete-extender
Backbone model triggering dropdown change event twice