Show HN: Query-Params.js
github.com
Show HN: Query-Params.js
1–6 of 6 posts
Re: Show HN: Query-Params.js
#2I know it's not much, but I made a very small, simple tool that fetches the query parameters passed to a web page and makes them available under window.location.query. I found myself reusing this a lot for different projects and thought that I'd share. :)
Re: Show HN: Query-Params.js
#3I know it's not much, but I made a very small, simple tool that fetches the query parameters passed to a web page and makes them available under window.location.query. I found myself reusing this a lot for different projects and thought that I'd share. :)
Feel free to do with it whatever you'd like. I figured since it helps me out, it might help you out!
Re: Show HN: Query-Params.js
#4Does it support PHP query format?
foo[bar]=x&foo[bar]=y
Re: Show HN: Query-Params.js
#5Does it support PHP query format? foo[bar]=x&foo[bar]=y
It doesn't currently, but that's absolutely something I'll add.