aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/hide.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/effect/hide.html')
-rw-r--r--demos/effect/hide.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/effect/hide.html b/demos/effect/hide.html
index 678aea1e3..75fdd01b3 100644
--- a/demos/effect/hide.html
+++ b/demos/effect/hide.html
@@ -54,7 +54,6 @@
// set effect from select menu value
$( "#button" ).click(function() {
runEffect();
- return false;
});
});
</script>
@@ -86,7 +85,7 @@
<option value="slide">Slide</option>
</select>
-<a href="#" id="button" class="ui-state-default ui-corner-all">Run Effect</a>
+<button id="button" class="ui-state-default ui-corner-all">Run Effect</button>
<div class="demo-description">
<p>Click the button above to preview the effect.</p>