views:

301

answers:

2

I'm using the jQuery package located at http://awardwinningfjords.com/2009/06/16/iphone-style-checkboxes.html to convert my existing checkboxes to iPhone style checkboxes. The problem I'm having is that,after applying the jQuery/iPhone styles, my checkboxes' onclick events do not fire when the checkbox status changes. I need to be able to capture the onclick event and the id of the checkbox whose status changed? Any idea what I'm missing?

A: 

Try capturing the change event instead of the click event.

Jordan Ryan Moore
A: 

I have the same problem, did you solve it? At the same time I do not dare use onChange event!

Hidaet