Sha256: 441a76d9ac1d13cd7124ff09b27aaf3d78a91b3e750368aa4716ebb7d2937423

Contents?: true

Size: 767 Bytes

Versions: 36

Compression:

Stored size: 767 Bytes

Contents

(function($){$.parseQuery=function(options){var config={query:window.location.search||""},params={};if(typeof options==='string'){options={query:options};}
$.extend(config,$.parseQuery,options);config.query=config.query.replace(/^\?/,'');$.each(config.query.split(config.separator),function(i,param){var pair=param.split('='),key=config.decode(pair.shift(),null).toString(),value=config.decode(pair.length?pair.join('='):null,key);if(config.array_keys(key)){params[key]=params[key]||[];params[key].push(value);}else{params[key]=value;}});return params;};$.parseQuery.decode=$.parseQuery.default_decode=function(string){return decodeURIComponent((string||"").replace('+',' '));};$.parseQuery.array_keys=function(){return false;};$.parseQuery.separator="&";}(jQuery));

Version data entries

36 entries across 36 versions & 1 rubygems

Version Path
showoff-0.14.3 public/js/jquery.parsequery.min.js
showoff-0.14.2 public/js/jquery.parsequery.min.js
showoff-0.14.1 public/js/jquery.parsequery.min.js
showoff-0.14.0 public/js/jquery.parsequery.min.js
showoff-0.13.4 public/js/jquery.parsequery.min.js
showoff-0.13.3 public/js/jquery.parsequery.min.js
showoff-0.13.2 public/js/jquery.parsequery.min.js
showoff-0.13.1 public/js/jquery.parsequery.min.js
showoff-0.13.0 public/js/jquery.parsequery.min.js
showoff-0.12.2 public/js/jquery.parsequery.min.js
showoff-0.12.1 public/js/jquery.parsequery.min.js
showoff-0.12.0 public/js/jquery.parsequery.min.js
showoff-0.11.2 public/js/jquery.parsequery.min.js
showoff-0.11.1 public/js/jquery.parsequery.min.js
showoff-0.11.0 public/js/jquery.parsequery.min.js
showoff-0.10.2 public/js/jquery.parsequery.min.js
showoff-0.10.1 public/js/jquery.parsequery.min.js
showoff-0.10.0 public/js/jquery.parsequery.min.js
showoff-0.9.11.1 public/js/jquery.parsequery.min.js
showoff-0.9.11 public/js/jquery.parsequery.min.js