Possible Duplicate:
Why does .fireEvent() not work in IE9?
Why these two statements are not synonymous? this.button.click(); and this.button.fireEvent('click');
When I execute the first statement, it internally calls the second statement. But when I execute the second statement, it does not call the first statement internally. Why is this?