aboutsummaryrefslogtreecommitdiffstats
path: root/demos/effect/addClass.html
diff options
context:
space:
mode:
Diffstat (limited to 'demos/effect/addClass.html')
-rw-r--r--demos/effect/addClass.html3
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/effect/addClass.html b/demos/effect/addClass.html
index f292ec4b6..f435da3a9 100644
--- a/demos/effect/addClass.html
+++ b/demos/effect/addClass.html
@@ -17,7 +17,6 @@
$(function() {
$( "#button" ).click(function() {
$( "#effect" ).addClass( "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>This demo adds a class which animates: text-indent, letter-spacing, width, height, padding, margin, and font-size.</p>