How to trigger event in javascript

Posted by KoolKabin on Stack Overflow See other posts from Stack Overflow or by KoolKabin
Published on 2010-03-22T08:41:36Z Indexed on 2010/03/22 8:51 UTC
Read the original article Hit count: 442

Hi guys,

I have attached a event to a text box using addEventListener. It works fine. My problem arouse when i wanted to trigger the event programmatically from another function.

how can i do it?

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about javascript-events