[jQuery] form submit during getJSON

[jQuery] form submit during getJSON


I am having trouble submitting a form by clicking on a button "<input
type='submit' />" while I am waiting for the callback of the $.getJSON
function to fire.
Is there a way to allow the form to submit even if the callback is
never called?