Javascript querystring object (v )

What does it do?top ↑ 

Querystring object gets querystring values, hash, updates hash value
download form sourceforge.net

How to use?top ↑ 

This is just a very simple object, just use inline in your methods e.g. var userName = querystring.get('userName');

What else do I need to know?top ↑ 

Methods

  • get : returns a querystring value
  • getHash : retuns the current hash value
  • setHash : sets the current hash value
  • loadForm : loads querystring info into a form
  • writeValue : writes a value to screen (or a default value is specified)

TODOtop ↑ 

  • TBC

Bugs and issuestop ↑ 

  • TBC