url rewriting - history.js remove query parameters from url -
i using history.js ajax website. 1 thing can not realise, how change url http://mysite/default.aspx?myparam=paramvalue http://mysite/ using history.pushstate?
how rid of default.aspx?myparam=paramvalue?
i tried `history.pushstate('','','/'); not work
thanks mates
did tried using history.pushstate('','','/'); http://mysite/ third function input (path parameter).
history.pushstate('ajax','title','http://mysite/'); example.
Comments
Post a Comment