$(function () { if ($.browser.msie) { $('input:radio').click(function () { this.blur(); this.focus(); }); } });