Changing the URL with jQuery without reloading the page

javascript, jquery

Solution

Set `location.hash`

jQuery has nothing to do with it though, this is basic DOM 0.

Problem

How do I change the URL with jQuery without reloading the page?

Original source