I want to apply all the events of "one" to => "two". Events are dynamic with some dynamic ID. Some data is coming on click on one. want to achieve same on click of two (get all events from one)
<div class="one">One</div>
<div class="two">two</div>
want to achieve something like this:- Copy events from one element to other using jquery
but didn't understood it fully. So I made very simple example and wanted to achieve that.
Can we achieve this with Jquery or Javascript?