jquery-modal
jquery-modal copied to clipboard
Add option to attach the modal DOM to a node different from the body.…
In ASP.Net Web Forms, the ASP elements are lost due to jquery-modal moving the modal DOM outside of the <form> tag to the <body>. This pull request allows the modal to be attached to any selected element. By attaching it to the <form> tag in a Web Form, the elements and their values are retained