I have a simple question about jQuery slideDown, SlideUp. I use slideDown to shift the div to click, for example
$("#box").slideDown("slow");
How can I do this so that if #box is already copied, it should move up by clicking again? Thank.
source
share