ericmmartin / simplemodal

A modal dialog framework for jQuery
http://simplemodal.com/
Other
506 stars 229 forks source link

AJAX Simple Modal #74

Open nageshwarip opened 6 years ago

nageshwarip commented 6 years ago

Hi ,

I am using this plugin in my project with jquery and JSP .

I have stuck in below scenario : on load popup form will open with ajax response and after submitting from if its success close existing popup and open new one . if its error should stay on same .

On load popup is loading very slow more than 1sec .

Please help me with this.

Thanks in Advance.