diff options
Diffstat (limited to 'demos/progressbar/animated.html')
-rw-r--r-- | demos/progressbar/animated.html | 13 |
1 files changed, 3 insertions, 10 deletions
diff --git a/demos/progressbar/animated.html b/demos/progressbar/animated.html index 144558e08..df82d047e 100644 --- a/demos/progressbar/animated.html +++ b/demos/progressbar/animated.html @@ -1,10 +1,10 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Progressbar - Animated</title> <link rel="stylesheet" href="../../themes/base/jquery.ui.all.css"> - <script src="../../jquery-1.8.0.js"></script> + <script src="../../jquery-1.8.2.js"></script> <script src="../../ui/jquery.ui.core.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> <script src="../../ui/jquery.ui.progressbar.js"></script> @@ -22,14 +22,8 @@ </head> <body> -<div class="demo"> - <div id="progressbar"></div> -</div><!-- End demo --> - - - <div class="demo-description"> <p> This progressbar has an animated fill by setting the @@ -38,7 +32,6 @@ on the <code>.ui-progressbar-value</code> element, using css. </p> -</div><!-- End demo-description --> - +</div> </body> </html> |