This page explores the functionality provided by jQuery URL Parser, a tool for reading and changing the various components of URLs.
jQuery URL Parser is a useful tool for parsing in and simply reading the contents of URLs. It even allows one to evaluate the contents of arbitrarily constructed URLs. The major url components which this plugin comprehends are listed below.
$.url.attr('protocol')$.url.attr('host')$.url.attr('path')$.url.attr('query')$.url.attr('file')