I need to dynamically create the Jquery UI widget.
My idea is to have a widget hidden and use the function clone() for create them.. but the result I get is this: example
What’s wrong?
Thank you in advance for your help.
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.
This is a known problem. The associated jQuery UI feature request can be found here.
This feature would require cooperation from all the jQuery UI widgets (through modifications to their
init()methods). The dev team does not seem to be interested in implementing that now, though they might do so in the future.