Sudheer Kumar

Sudheer Kumar

  • NA
  • 393
  • 243.3k

btnID.fireEvent('onclick'); - Not working in IE 9

Nov 19 2014 1:20 AM
Hi All,
 
Could you please help me to resolve below issue.
 
Below link is working fine in IE 9 when compatibility mode is ON.
But when it is OFF then its not working and its not triggering the "OnClick" function.
 
btnID.fireEvent('onclick'); 
 
I have tried to replace like below but no use.
 
btnID.trigger("click"); 
 
Please suggest if anyone faced this issue.
 
Regards,
Sudheer 

Answers (1)