To show my success message I am using the jQuery fadeOut method to fade.But i want to make it visible for some time and then fadeout.
$('#foo').fadeIn(200).fadeOut(200).remove();
To show my success message I am using the jQuery fadeOut method to fade.But i want to make it visible for some time and then fadeout.
$('#foo').fadeIn(200).fadeOut(200).remove();