/ Published in: JavaScript
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
$(document).ready(function(){ if ($("div#notice")) { setTimeout(function(){ $("div#notice").hide("slow"); }, 5000); }});
URL: http://retrorock.info/2009/7/mensajes-avisos-flashdata