Posts Tagged How To Modify Current URL Without Reloading or Redirection Using JavaScript
[Blog Post] How To Modify Current URL Without Reloading or Redirection Using JavaScript(location.hash, history.pushState, history.replaceState)
Posted by Mahmut Sozeri in ASP.NET MVC 4, HTML 5, JavaScript, jQuery on April 3, 2013
Hi everybody, In previous post, we talked about Knockout.js. Today, we are going to deal with how to change current URL without reflesh the page. Actually, a lot of companies are using this operation which are facebook, wordpress, translate.google, and other web sites which uses single page application or kind of single page web sites. […]