get value from url using jquery code example
Example: jquery get url
var currentURL = $(location).attr('href');
var currentURL = window.location.href;
var currentURL = $(location).attr('href');
var currentURL = window.location.href;