A quick workaround for server-side control invalidation after jquery dialog open

Source: Internet
Author: User

jquery dialog provides us with a very beautiful and practical dialog box, which is much more useful than monotonous alert, confirm, prompt.

When using jquery to develop with. NET, the server-side controls all fail and cannot execute the corresponding background code after calling the open of jquery dialog directly. It's just that jquery, by default, adds dialog to the body instead of the original server-side form.

Workaround:

1, you can call dialog open before, $ ("#dialog"). Parent (). AppendTo ("Form:first"), by adding the contents of the dialog to the server-side form to resolve.

2, modify the JS file of jquery, add the code in the form, not the body.

A quick workaround for server-side control invalidation after jquery dialog open

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.