Select Page

Tag: URL

Get the get-values from URL – jQuery

Get the get-values from URL – jQuery

Here is a function that you can use to get the get-values from URLs and can use it to manipulate web pages on document load. get-values from URL – jQuery var getUrlParameter = function getUrlParameter(sParam) { var sPageURL = window.location.search.substring(1),...