jQuery Radio Button onchange

Hi,

Regardless of the current state of the jQuery Radio Button, the onchange event is always called (even if it is already selected) if a button is clicked. Is there a nicer way to know if the state actually changes and without storing the previous state?

Thanks

This is a known issue with the jQM RadioButton:

The workaround which is suggested is what you are doing now.

Ok, thanks for confirming.