Description
See https://bugs.jquery.com/ticket/3827 and 1fb2f92
This fix should also include radio
buttons. Currently if you use jQuery to trigger a click on a radio button, event handlers get called before the checked
state is updated. The release notes for 1.9.1 when the above change was included say it was changed for radio buttons even though it wasn't.