Using javascript or jquery what would be the best way to simulate a click on live video inside div id 1.
Im not sure how to handle this when the <a> does not have a id attribute.
<div id='1'>
<a href="#" class="edit-settings">Edit Settings</a>
<a href="javascript:void(0);" class="live_video">Live Video</a>
</div>
<div id='2'>
<a href="#" class="edit-settings">Edit Settings</a>
<a href="javascript:void(0);" class="live_video">Live Video</a>
</div>
triggerthe event will not follow thehrefproperty for an<a>(probably what you want), while triggering the DOMclickevent will