This DEMO is an example for create query parameter URL
Thank's to Bootstrap 4 || Support by Garuda Javascript
Home Profile About
You can easy create parameter of URL, like https://www.abc.com/?page=abc&id=1 Then, you can get the value of parameter URL with these var a = _GET('page'); var b = _GET('id');
https://www.abc.com/?page=abc&id=1
var a = _GET('page');
var b = _GET('id');