click() doesn't work in ie8 after upgrade to 1.4.2
Hi, I upgraded to latest jquery version and now in IE my click event doesn't fire
Specifically I am trying to click a button like this, when some condition is true
$('input[id*=btn_ShowReport]').click();
Any help appreciated.