I have some content on the page which appears when page is loading :
$(document).ready(function() {
$("#1").show(function(){
$("#2").slideDown(function(){
});
});
});
I was wondering if there is a chance to to the same thing but before leave the page.