after it displayed the messages?-余生分开走的回答
after it displayed the messages?
I am working on JSF application in primefaces in that i am showing an information to the user via .
So when the user click submit the
$('#msgs').html(''); immediately hide in 3 seconds but if you want to hide slowly as jquery hide method do this..
$('#msgs').html('');
hide(1000); hiding motion will be completed in 1 second
hide(1000);