How can i fadeOut a div using jquery
From stackoverflow
-
$('#myDiv').fadeOut("slow");
-
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");
Karthik : But it is not working in jquery-1.3.2-min.js Any idea????Nathan Ridley : I'd suggest that the problem is more likely in your code or environment and not in jquery.tghw : @Karthik - Use Firebug. It debugs Javascript in Firefox. And it has a lot more context to the actual problem than we do.
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.