<main>
<ul>
<li>Click <button id="btn1">Button_1</button> to fire bound event handler.</li>
<li>Click <button id="btn2">Button_2</button> to pass extra data via on().</li>
<li>Click <button id="trBtn1">Indirect_1</button> to trigger the click event of Button_1 (which has a bound function event handler).</li>
<li>Click <button id="trBtn2">Indirect_2</button> to trigger the clcik event of Button_2 (which has extra data that is passed via on()).</li>
</ul>
</main>