How can I auto click on the link on page load? I have been trying for ages but id does not work.
$(document).ready(function(){ $('#some-id').trigger('click'); });
did the trick.