searchParameters

Provides api for manipulating with hashes
Source:
Parameters:
Name Type Description
$ jQuery Instance of jQuery
document Document dom document object
Returns:
list of methods for work with hash
Type
Object

Members

(static) api :Object.<Methods>

Source:
This object stores all public api methods
Type:
  • Object.<Methods>

Methods

(static) init()

Source:
Registers modules that search parameter module needs

(static) registerDefault(hash)

Source:
Fills default variable with hashes and their values
Parameters:
Name Type Description
hash Object Hash represented as an object

(static) updateHash(newHash)

Source:
Updates hash with new one provided as an parameter
Parameters:
Name Type Description
newHash Object Hash represented as an object