I am trying to bind a click event on a radio button. The click event is not working but mouseup and mousedown is working. Mousedown and mouseup work on a desktop browser but doesn't work on the iPad. I am binding the event with the following selector right now on a radio button list: $('#list .ui-radio').live('mousedown', ...);
I have some jquery mobile widgets on my page and I want to change the theme used by a button once some other action occurs. What is cleanest way to do this?