.click(.. doesn't work on some IE9? any solution?

.click(.. doesn't work on some IE9? any solution?

I have code like below, but it seems the .click part doesn't work on some IE 9, any idea? how to solve it? thanks

$('#M1_M2_M3_B_Z_wp_wph_pl_lpc_hr_gv1_ctl03_field_id_hr_button').click(function(event) event.preventDefault(); loadPopup($(this),...