Return to Snippet

Revision: 65117
at October 26, 2013 00:39 by thesmu


Initial Code
if (window.location.hash == '#register') {
}
else {
}

<a class="register" href="my-account.html#register">New user?</a>

Initial URL


Initial Description
pass if on url param

Initial Title
pass if on url param

Initial Tags
url

Initial Language
jQuery