03/03/2016

Como manipular o #hash da URL?

<script>
    window.location.hash = 'teste'; // altera o hash
    console.log(window.location.hash); // lê o hash
</script>
Fonte:
http://stackoverflow.com/q/15741421/1582080

Nenhum comentário:

Postar um comentário