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.9.10.9 public/js/jquery.parsequery.min.js
showoff-0.9.10.8 public/js/jquery.parsequery.min.js
showoff-0.9.10.7 public/js/jquery.parsequery.min.js
showoff-0.9.10.6 public/js/jquery.parsequery.min.js
showoff-0.9.10.5 public/js/jquery.parsequery.min.js
showoff-0.9.10.4 public/js/jquery.parsequery.min.js
showoff-0.9.10.3 public/js/jquery.parsequery.min.js
showoff-0.9.10.2 public/js/jquery.parsequery.min.js
showoff-0.9.10.1 public/js/jquery.parsequery.min.js
showoff-0.9.10 public/js/jquery.parsequery.min.js
showoff-0.9.9.1 public/js/jquery.parsequery.min.js
showoff-0.9.9 public/js/jquery.parsequery.min.js
showoff-0.9.8.1 public/js/jquery.parsequery.min.js
showoff-0.9.8 public/js/jquery.parsequery.min.js
showoff-0.9.7.1 public/js/jquery.parsequery.min.js
showoff-0.9.7 public/js/jquery.parsequery.min.js