I have some radios in my page,and I want to do something when the checked radio changes,however the code does not work in IE:
$(\'input:radio\').change(...);
You can specify the name attribute as below:
$( 'input[name="testGroup"]:radio' ).change(