jQueryUI 1.8rc2 Button Events
I encountered some problems with the Button widget in jQueryUI 1.8rc2:
- The change event of checkboxes setup with button() is always triggered twice: once with the old state, and once with the new one.
- The change event for radiobuttons that are setup with buttonset() is never triggered.