In jQuery trigger('click') and click() seem to only trigger the onclick event. I want to simulate a click of an a tag without an onclick event.
What I am trying to reach is to display a lightbox upon landing. The lightbox is attached to an a tag which needs to be clicked.
Any ideas?