Can I make a <button> not submit a form?

I've got a form, with 2 buttons &lt;a href="index.html"&gt;&lt;button&gt;Cancel changes&lt;/button&gt;&lt;/a&gt; &lt;button type="submit"&gt;Submit&lt;/button&gt; I use jQuery UI's button on the...