DCSIMG
radio button - jQuery .change() event not working in IE 6, 7 - Client-Side with Basil Goldman

radio button - jQuery .change() event not working in IE 6, 7

IE < 8 Hack for radio button jQuery .change() event.



/*
 * hack for radio button change event
 * @author : basil.goldman@gmail.com
 */
if ($.browser.msie && $.browser.version < 8) {
    $('input[type=radio],[type=checkbox]').live('click', function () {
        $(this).trigger('change');
    });
}

Enjoy :)


Comments

# radio button - jQuery .change() event not working in IE 6, 7 - Client-Side with Basil Goldman said:

Pingback from  radio button - jQuery .change() event not working in IE 6, 7 - Client-Side with Basil Goldman

Wednesday, July 20, 2011 4:44 PM

Leave a Comment

(required) 
(required) 
(optional)
(required) 

Enter the numbers above: