Skip to content

Latest commit

 

History

History
14 lines (9 loc) · 324 Bytes

File metadata and controls

14 lines (9 loc) · 324 Bytes

Get-URL-QueryString-using-JQuery-Javascript

How to get URL QueryString using JQuery/JavaScript

Attached project explain how to derive Query String value using Javascipt.

Sample URL:

~/GET_QueryString_Using_JQuery.html?id=1&name=Test

Result:

Query String Text:
ID: 1 
Name: test