0.1.3 • Published 11 years ago

uri.js v0.1.3

Weekly downloads
177
License
-
Repository
github
Last release
11 years ago

uri.js

URI Parser (and soon to be URI encoder) in Javascript.

Features

  • Parses query strings in Javascript URI.query - URL decodes too.
  • Creates window.location.query if included directly as a script.
  • Includes function to extend objects (similar to jQuery.extend) URI.extend

Supports use as in many module situations (CommonJS, PhantomJS, RequireJS, NodeJS), or simply including as a script in the browser.

Usage

var query = URI.query('?key=val&key2=val2');
// { key: 'val', key2: 'val2' }

Todo

  • Add build minification
  • Add query string encoding
0.1.3

11 years ago

0.1.2

11 years ago

0.1.1

11 years ago

0.1.0

11 years ago