So I have a script where I am trying to trigger click event by jQuery.
Here is the syntax $( '#selector' ).trigger( 'click' )
.
But that will work if the click event function is written in jQuery.
What if click event is written in backbone? How can I trigger click for that?
If anyone has idea, then please reply for this.