Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

#URL Query Parse URL search queries

Example URL: http://example.com/page/?abc=123&xyz=456

Get Queries:

	alert(window.query.abc); // print value: 123
	alert(window.query.xyz); // print value: 456
	or 
	alert(window.query["abc"]);
	alert(window.query["abc"]);

About

The missing window.location.query from browsers

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages