Basically i have a url which gets loaded
http://somewebsite.com/Staging/hello/index.php?action=viewByGrid&subdo=show&projectID=-1&stat=1&workStageID=-1
After loading. I want the URL to be shown as
http://somewebsite.com/Staging/hello/index.php?action=viewByGrid
I need to remove the query string, soon after loading in my document.ready()