$(document).ready(function(){ setTimeout(function(){ $('#notice_wrapper').fadeOut('slow', function() { $(this).remove(); }) }, 4500); });
No comments:
Post a Comment