Hi frnds.
In JQuery i set radio button using $('#rbtn').prop('checked', true);
and i writed a code on change event for rbtn radio button.
already radio button is selected again i click the radio button change event is fired,
But the button is already selected.
In IE alone fired.
Thanks in Advance.