button default demo: prevent navigation to # when clicking on anchor button

This commit is contained in:
Richard Worth
2010-03-10 14:46:40 +00:00
parent caa1786c61
commit a99a284b2f

View File

@@ -25,7 +25,7 @@
<input type="submit" value="A submit button">
<a href="#">An anchor</a>
<a href="javascript:void(0)">An anchor</a>
</div><!-- End demo -->