What is the best way to have a panel to slide down when a button is clicked? I need the panel to be movable. Are there any jquery plugins to achieve the same?
Thanks
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.
You could use .slideDown() and combine that with jQuery UI’s draggable, or you could use jQuery UI’s dialog.