Skip to content

Latest commit

 

History

History
16 lines (15 loc) · 274 Bytes

README.md

File metadata and controls

16 lines (15 loc) · 274 Bytes

deparam.js

Inverse of jQuery's $.param() method.

Usage

Browser global:

<script src="deparam.js"></script>

CommonJS module:

var deparam = require('deparam');

Notes

var paramObject = $.deparam(uri); // For ex, $.deparam(window.location.search);