Similar Query:
How does Facebook alter the source URL in the browser address bar?
Perhaps this question may seem trivial, and I apologize if it is basic, but I am uncertain about the correct terminology which has hindered my ability to find answers via Google.
I am interested in changing/modifying the current page's URL (specifically its GET variables) using AJAX. Initially, I didn't believe this was feasible, but it seems to be achievable on Facebook.
For example, when on my Facebook profile, the URL appears as follows:
Then, upon clicking the info link below my profile picture, it transforms into:
This transition occurs seamlessly without any visible page refreshes.
So, how is this phenomenon achieved?