aboutsummaryrefslogtreecommitdiffstats
path: root/demos
diff options
context:
space:
mode:
authorRichard Worth <rdworth@gmail.com>2010-03-10 14:46:40 +0000
committerRichard Worth <rdworth@gmail.com>2010-03-10 14:46:40 +0000
commita99a284b2faabc5f1983bb469ddbbb862c6b4dcd (patch)
treeab33e38efb28bc2d64e71726430e440be895d6d2 /demos
parentcaa1786c618e3e1bb2e6c2c32b7722ae387094d9 (diff)
downloadjquery-ui-a99a284b2faabc5f1983bb469ddbbb862c6b4dcd.tar.gz
jquery-ui-a99a284b2faabc5f1983bb469ddbbb862c6b4dcd.zip
button default demo: prevent navigation to # when clicking on anchor button
Diffstat (limited to 'demos')
-rw-r--r--demos/button/default.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/button/default.html b/demos/button/default.html
index a533539b8..6a7853cf8 100644
--- a/demos/button/default.html
+++ b/demos/button/default.html
@@ -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 -->