|
Title: Programmatically Construct Form within Window Post by: poeziafree on February 18, 2022, 07:39:00 AM Hello
I create the Window using javascript through this code: Code: $('#win').window({Now I need to create the form inside this window content. But I don't want to load the html form using ajax call from server. Is there any way to programmatically create the form with its fields and submit function and append that to the window content? Thank you very much in advance! Title: Re: Programmatically Construct Form within Window Post by: jarry on February 21, 2022, 01:39:07 AM Please refer to the code below.
Code: $('#win').window({ |