Jquery Boxy popup using ajaxSubmit(), document.ready - fail
Hi
I am trying to use Boxy to load a page. This page contains a form.
The form uses ajaxSubmit plugin to send the data, using the usual post method sends the browser to another page and you loose the Boxypop up.
However, the ajaxSubmit() never gets hooked up to the submit button because when Boxy loads document.ready never gets fired. And assigning the ajaxSubmit() has to take place inside document.ready
Has anyone any idea how I fix this, so that the page that loaded using ajax by Boxy will fire document.ready.
Or are there are other popup form models like Boxy that are more compatible with forms.
Thanks for any input.