Hello!
How can i make sure that several divs are slided up? Right now I have this function:
$("div#personal").click(function() {
$("div.1").slideUp("slow", function () { $("div.2").slideDown("slow") } );
});
What i would want to do is to make sure that all divs that are named:
- div.1
- div.2 EXCEPT THIS ONE
- div.3
- div.4
- div.5
is slided up, except the second div.