I have the following code and it keeps slidingdown and up when i hover on initially. how can i fix this
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Use
.stop(true, true)before.slideUp()and.slideDown().stop() stop the currently-running animation on the matched elements.
clearQueue: A Boolean indicating whether to remove queued animation as well. Defaults to false.
jumpToEnd: A Boolean indicating whether to complete the current animation immediately. Defaults to false.
SEE FIDDLE