aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/removeClass.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/effect/removeClass.html')
-rw-r--r--demos/effect/removeClass.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/effect/removeClass.html b/demos/effect/removeClass.html
index a96eb2d86..a5e943d1a 100644
--- a/demos/effect/removeClass.html
+++ b/demos/effect/removeClass.html
@@ -17,7 +17,6 @@
$(function() {
$( "#button" ).click(function() {
$( "#effect" ).removeClass( "newClass", 1000, callback );
- return false;
});
function callback() {
@@ -36,7 +35,7 @@
</div>
</div>
-<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>