heathcliff / jquery.param

Super simple jQuery extension for manipulating URL parameters

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

jquery.param

A simple, no-frills jQuery extension for manipulating URL parameters.

Requirements

  • jQuery

Reference

  • getHashParam(name) Get URL hash (#) parameter value
  • updateHashParam(name) Update URL hash parameter value
  • getParam(name) Get URL querystring parameter value

Installation

  • include jQuery somewhere on your page
  • include this script after jQuery, that's it!

Credits + License

© 2013 Heath Beckett.

jquery.param is realeased under the MIT license

About

Super simple jQuery extension for manipulating URL parameters

License:MIT License


Languages

Language:JavaScript 100.0%