function RefreshAjaxFetch(URL,PageField){ $.get(URL, function(data) { $('#'+PageField).html(data); }); }