javascript - Flash message fade effect -


i'm trying use flash message fade in , out effect using jquery. can please suggest best way of doing this?

sure:

$(function() {    $('#flash').delay(500).fadein('normal', function() {       $(this).delay(2500).fadeout();    }); }); 

jsfiddle example


Comments

Popular posts from this blog

java - SNMP4J General Variable Binding Error -

windows - Python Service Installation - "Could not find PythonClass entry" -

Determine if a XmlNode is empty or null in C#? -