How to bind to checked for a checkbox only?
- by chobo2
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.