diff options
Diffstat (limited to 'demos/effect/switchClass.html')
-rw-r--r-- | demos/effect/switchClass.html | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/demos/effect/switchClass.html b/demos/effect/switchClass.html index f4ced7ca4..65de87f3c 100644 --- a/demos/effect/switchClass.html +++ b/demos/effect/switchClass.html @@ -19,7 +19,6 @@ $( "#button" ).click(function(){ $( ".newClass" ).switchClass( "newClass", "anotherNewClass", 1000 ); $( ".anotherNewClass" ).switchClass( "anotherNewClass", "newClass", 1000 ); - return false; }); }); </script> @@ -31,7 +30,7 @@ Etiam libero neque, luctus a, eleifend nec, semper at, lorem. Sed pede. </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> |