diff options
Diffstat (limited to 'demos/effect/animate.html')
-rw-r--r-- | demos/effect/animate.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/effect/animate.html b/demos/effect/animate.html index 5f6d0c22b..e5f45ed3c 100644 --- a/demos/effect/animate.html +++ b/demos/effect/animate.html @@ -46,7 +46,7 @@ </div> </div> -<a href="#" id="button" class="ui-state-default ui-corner-all">Toggle Effect</a> +<button id="button" class="ui-state-default ui-corner-all">Toggle Effect</button> <div class="demo-description"> <p>Click the button above to preview the effect.</p> |