How can I have my form load with a slideDown() effect rather than normal rendering?
Also, how do I know when a particular div or element has been loaded?
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.
A possible option is:
Assuming that your page hasn’t already got the form, use the above (modifying where required) and if it has already got the form, then you can you try something like this:
What behaviour are you currently seeing?