I have this ajax event
function save_response_with_ajax(t){ var form = $(\'#edit_\'+t); var div = $(\'#loading_\'+t); $.ajax({ url: form.attr(\"act
You may want to give the user some indication that something is happening, too, not just a blank/gray screen. I would suggest some sort of loading gif, see this, for example.