Hi,

I am using jqModal (http://dev.iceburg.net/jquery/jqModal/#examples)
to open a modal <div> (some will argue it's an overlayed <div> since
I'm not forcing focus as code below shows).

An html form is loaded using ajax. I'd like to submit this form and
load the html response in the modal.

Here's how I do it:

$('#modal-test').jqm({ajax: '@href', trigger: 'a.edit-post'});

The whole page which triggered the modal box is reloaded, not just
'#modal-test'.

How would you change it?

Regards,

-jj. :)


Reply via email to