How can i fadeOut a div using jquery
+4
A:
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");
Nathan Ridley
2009-05-05 09:03:56
But it is not working in jquery-1.3.2-min.jsAny idea????
Karthik
2009-05-05 09:37:56
I'd suggest that the problem is more likely in your code or environment and not in jquery.
Nathan Ridley
2009-05-05 10:58:22
@Karthik - Use Firebug. It debugs Javascript in Firefox. And it has a lot more context to the actual problem than we do.
tghw
2009-05-05 13:13:45