Js/jquery gets the current page URL address and determines if a specific value is included in the URL string
This article describes jquery/js get the current page URL address method, in jquery and JS to get the current page URL method is the same, because jquery does not have its own related functions, using the JS Windows method to obtain, related methods are as follows:
Window.location.pathname//Sets or gets the file name or path specified by the object
WINDOW.LOCATION.HREF//Set or get the entire URL as a string
Window.location.port//Set or get the port number associated with the URL
Window.location.protocol//Set or get the protocol portion of the URL
Window.location.hash//Set or get the fragment after the pound sign "#" in the href attribute
Window.location.host//set or get hostname and port numbers for location or URL
Window.location.hostname//set or get hostname and port numbers for location or URL
Window.location.search//Set or get the section following the question mark in the HREF attribute
window.location//Attribute description hash set or get the fragment after the pound sign "#" in the href attribute
Js/jquery gets the current page URL address and determines if a specific value is included in the URL string