I have this snippet:
<script type="text/javascript">
AJS.$(document).ready(function() {
AJS.$('#show-more-links-link').click();
})
</script>
It clicks a link. It works OK when the page with the link is loaded/reloaded, but when it is revisited, it doesn't. (AJS.$
is method for using Jquery in Jira).
Any ideas?