I would like to create an jquery UI dialog that is able to expand to show more fields when clicking on a button.
Does anyone have an idea?
I would like to create an jquery UI dialog that is able to expand
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.
Put the additional fields in a
divwithdisplay:none, and have the button show that div when clicked.Here’s a demo using jsFiddle.