I want to get the values of all parameters of query string from URL.
Example: www.xyz.com?author=bloggingdeveloper&a1=hello
www.xyz.com?author=bloggingdeveloper&a1=hello
I want to get values of author and a1 parameters using JavaScript.
author
a1
No comments:
Post a Comment