Skip to content

Latest commit

 

History

14 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Lightweight url query library

How to use

Include it in the page.

<script src="query.min.js"></script>

Use it:

  • UrlQuery.get(url, queryFieldName) -> return queryFieldName value
  • UrlQuery.update(url, queryFieldName, queryFieldValue) -> return url with added / updated field
  • UrlQuery.remove(url, queryFieldName) -> return url without the queryFieldName

License

This project is licensed under the MIT license.

About

Lightweight url query string functions

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Used by

Contributors

Languages