transfer event from one dom to other dom in javascript

Posted by khousuylong on Stack Overflow See other posts from Stack Overflow or by khousuylong
Published on 2010-04-03T11:11:17Z Indexed on 2010/04/03 11:13 UTC
Read the original article Hit count: 739

Filed under:
|

In javascript, let say I got two nodes(node A, node B). when I click on node A, can I transfer "click" event to node B, so event handler for node B will execute.

© Stack Overflow or respective owner

Related posts about JavaScript

Related posts about events