SyntaxFix
Write A Post
Hire A Developer
Questions
You can use label and set its fade in and out time for e.g Hide it initially and show on click. $('#div_Message').fadeIn(500).delay(1000).fadeOut(1500);