diff options
author | Richard Worth <rdworth@gmail.com> | 2010-03-10 14:46:40 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2010-03-10 14:46:40 +0000 |
commit | a99a284b2faabc5f1983bb469ddbbb862c6b4dcd (patch) | |
tree | ab33e38efb28bc2d64e71726430e440be895d6d2 /demos | |
parent | caa1786c618e3e1bb2e6c2c32b7722ae387094d9 (diff) | |
download | jquery-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.html | 2 |
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 --> |