How to bind to checked for a checkbox only?
Posted
by chobo2
on Stack Overflow
See other posts from Stack Overflow
or by chobo2
Published on 2010-06-08T19:24:08Z
Indexed on
2010/06/08
19:32 UTC
Read the original article
Hit count: 186
jQuery
Hi
I have a checkbox and I am using jquery. I want to popup a dialog box when a user checks the checkbox. However if they uncheck the box nothing should popup.
How can I do this? Also I need to use jquery live or livequery as the checkbox is not displayed on page load.
© Stack Overflow or respective owner