JSPM

  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 7376
  • Score
    100M100P100Q126174F
  • License MIT

Inverse of jQuery's $.param method to convert a querystring into a javascript object

Package Exports

  • jquery-deparam

This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (jquery-deparam) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.

Readme

jquery-deparam

Extracted $.deparam from Ben Alman's jquery-bbq with license info included. Deparam is the inverse of jquery's $.param method. It takes a querystring and converts it back into an object.

Install

bower install jquery-deparam

or

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

License

MIT