$('body').append('') window.setTimeout(function(){ $("#zs_alert").slideDown(1000); }, 1000); $("#zs_alert span").click(function() { $.ajax({url: 'https://www.nync.com/zs_close',xhrFields: {withCredentials: true} }).done(function(msg) { $('#zs_alert').slideUp(700); }); });