2012
URI.js - URLs in Javascript
by Spone & 1 otherURI.js is a javascript library for working with URLs. It offers a "jQuery-style" API (Fluent Interface, Method Chaining) to read and write all regular components and a number of convenience methods like .directory() and .authority().
URI.js offers simple, yet powerful ways of working with query string, has a number of URI-normalization functions and converts relative/absolute paths.
2007
Flagrant Badassery: parseUri(): Split URLs in JavaScript
by camel & 1 other
Flagrant Badassery: parseUri(): Split URLs in JavaScript
1
(2 marks)