I\'m trying to trigger a link click for .jquery. Does someone know why the following doesn\'t work.
Make sure you have your jQuery code wrapped in a ready block like so
$(document).ready(function(){/* your code here */});
This ensures scripts are fired after all the content and images are loaded.