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();

Comments

Popular posts from this blog