var params={};window.location.search.replace(/[?&]+([^=&]+)=([^&]*)/gi,function(str,key,value){params[key] = value;});
All params are now in / alle Parameter sind jetzt in
params[key] // <-- Array
var params={};window.location.search.replace(/[?&]+([^=&]+)=([^&]*)/gi,function(str,key,value){params[key] = value;});
All params are now in / alle Parameter sind jetzt in
params[key] // <-- Array