/ Published in: jQuery
pass if on url param
Expand |
Embed | Plain Text
Copy this code and paste it in your HTML
if (window.location.hash == '#register') { } else { } <a class="register" href="my-account.html#register">New user?</a>