Make an animation go at the same time
Hello,
i'm pretty new to this forums 1st post :) but i've got a question..
i have this code:
- $("#n_link1").add("#n_link2").add("#n_link3").add("#n_link4").animate({ "height": "65"}, { duration: "slow" }); //Change everything back to 65px
- $(id).animate({ "height": "105"}, { duration: "slow" }); //Change the clicked button to 105px
But the thing is now.. first it sets all to 65px so theres a white gap in my website after that it changes the button i clicked to 105px fixing the gap
How can i make them run at the same time??
Thanks in adventage (:
greetz