wie man in jQuery onclick umleitet

<button href="/signin" onclick=";window.location.href=this.getAttribute('href');return false;">Sign In</button>
Shy Sheep