diff options
Diffstat (limited to 'demos/widget/default.html')
-rw-r--r-- | demos/widget/default.html | 14 |
1 files changed, 3 insertions, 11 deletions
diff --git a/demos/widget/default.html b/demos/widget/default.html index 4b4913480..5959bccdb 100644 --- a/demos/widget/default.html +++ b/demos/widget/default.html @@ -1,10 +1,10 @@ -<!DOCTYPE html> +<!doctype html> <html lang="en"> <head> <meta charset="utf-8"> <title>jQuery UI Widget - Default functionality</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.position.js"></script> <script src="../../ui/jquery.ui.widget.js"></script> @@ -162,8 +162,6 @@ </head> <body> -<div class="demo"> - <div> <div id="my-widget1">color me</div> <div id="my-widget2">color me</div> @@ -172,15 +170,9 @@ <button id="black">Go black</button> </div> -</div><!-- End demo --> - - - <div class="demo-description"> <p>This demo shows a simple custom widget built using the widget factory (jquery.ui.widget.js).</p> <p>The three boxes are initialized in different ways. Clicking them changes their background color. View source to see how it works, its heavily commented</p> -<p><a href="http://wiki.jqueryui.com/w/page/12138135/Widget-factory">For more details on the widget factory, visit the jQuery UI planning wiki.</a></p> -</div><!-- End demo-description --> - +</div> </body> </html> |