User Code List
ASP.NET
---New Snippet
C#
---New Snippet
JavaScript
---jQuery
------Konami Code
---Konami Code
---Read URL GET Variables
PHP
---New Snippet
CSS
---CSS2
---CSS3
------Border Image
------Border Radius
------Box Shadow
------Font Face
------RGBA
------Text Shadow
 
 
Read URL GET Variables
 

function getUrlVars() {

var vars = {};

var parts = window.location.href.replace(/[?&]+([^=&]+)=([^&]*)/gi, function(m,key,value) {

vars[key] = value;

});

return vars;

}

 
Sub-Article List