Close div when clicked
Close div when clicked
Out of context: Reply #8
- Started
- Last post
- 25 Responses
- Q010
I have the JQuery loaded, yes.
I presumed I needed a do '$(document).ready,'
So it will look like this —$(document).ready,
$("div").click(function(){
$(this).fadeOut(300);
});yes?
- no comma after .readyQ01
- Just go to the jquery website and spend 5 minutes seeing how to implement it - it's real simple and you won't look backmikotondria3
- Will do!Q01