Close div when clicked
Close div when clicked
Out of context: Reply #9
- Started
- Last post
- 25 Responses
- ********0
document.ready is where you've gone wrong:
$(document).ready(function(){
// ALL YOUR STUFF
});
document.ready is where you've gone wrong:
$(document).ready(function(){
// ALL YOUR STUFF
});