Javascript window location object properties contain information about the current URL. We will use an example URL: http://www.domain.com/subdirectory/search?filter=a#somewhere. Then we will see what each property returns. For example location.pathname returns "/subdirectory/search." Continue reading
The post Javascript Window Location object Properties appeared first on Surfing Success.