Live data from Hacker News

Show HN: Query-Params.js

github.com

1–6 of 6 posts

Re: Show HN: Query-Params.js

#2
I 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

#3

I 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!