How to remove query string from URL using JQuery View Article Information Posted Date: 1. January 2019 Author: Anil Sharma Categories: JavaScript, jQuery Keywords: JQuery, remove query string, query string from URL A query string is the part of a URL that includes field-value pairs. Here we are going to remove query string from URL using JavaScript. There are number of benefits of clean URL. Clean URL always looks better and prevent user to see if you are tracking where they came from. It is helpful for security reasons. [Continue Reading]