Question

How can i fadeOut a div using jquery

Was it helpful?

Solution

You realise jQuery has a website with documentation, right?

And if you were to look at that documentation, you'd come across the answer.

$("#theIDofYourDivTag").fadeOut("slow");

OTHER TIPS

$('#myDiv').fadeOut("slow");
Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top