Reload page when using JSON with success part in special case
/***** This will reload with current page and tab ****/
window.location.href=window.location.href;
/**** This will reload current page only *****/
window.location.reoload();
window.location.href=window.location.href;
/**** This will reload current page only *****/
window.location.reoload();
Comments
Post a Comment