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 can try
$("body").append('');
then just use
$("#overlay").remove();
to get rid of it.
quick & dirty.