In Get Query String Value | Part 1 we described how to get query string value using core Object of JavaScript location. Using location object to retrieve query string value is very tricky and tedious task. Therefore I came up with the simplest solution to get query string value directly.…
-
-
Get Query String Value from URL | Query string value in JavaScript
As a JavaScript Developer dynamic things can be done by calling API\’s. But making API\’s almost impossible for UI Developer or need developer help.Most of time we need to do some small tweaks or changes on our HTML DOM based on user selection or behavior. Here we use of our…