Hiding Flashdata messages


/ Published in: JavaScript
Save to your folder(s)



Copy this code and paste it in your HTML
  1. $(document).ready(function(){
  2. if ($("div#notice")) {
  3. setTimeout(function(){ $("div#notice").hide("slow"); }, 5000);
  4. }});

URL: http://retrorock.info/2009/7/mensajes-avisos-flashdata

Report this snippet


Comments


You need to login to view comments.