Return to Snippet

Revision: 56505
at March 31, 2012 09:07 by gera3d


Initial Code
<script type="text/javascript">
$(document).ready(function() {
$(".va-slice-1").delay(3000).queue(function(){ 
  $(this).trigger("click"); 
  $(this).dequeue(); 
});
});
</script>

Initial URL
http://pointacross.com/home-hub/

Initial Description
This little Gem allows me to click a link on the page automatically a few seconds after the page loads.

Initial Title
Wait after the page loads then click

Initial Tags
jquery

Initial Language
JavaScript