[jQuery] Button Click
[jQuery] Button Click
Hello,
I have a button which redirects to a page:
<button class="Cancel" type="button" onclick="location.href='/Tag/
List?page=1'" id="Cancel">Cancel</button>
Should I remove the onclick from the button and do this with JQuery?
And how can I do that using JQuery?
Thanks,
Miguel