I believe you know that some sites have built on "one-page system".
In such systems after clicking on the link the site do not moves user to another page but just reloads the page with Ajax and changes the URL.
I saw many answers about $(window).on("hashchange")
and I know this trick, but I need to detect the WHOLE URL change (NOT just hash of it) – so I need something else.
Any ideas how to detect the whole URL change?