diff options
author | Richard Worth <rdworth@gmail.com> | 2009-01-31 06:08:17 +0000 |
---|---|---|
committer | Richard Worth <rdworth@gmail.com> | 2009-01-31 06:08:17 +0000 |
commit | 60b38f0e020effde10c84149675348ab7355b473 (patch) | |
tree | 725380aded1aebcb5c9f8daae0a8748f313457fd /demos/progressbar/index.html | |
parent | ac8b734e987c05854e4e3c75dd1bfe1c89ca8bb4 (diff) | |
download | jquery-ui-60b38f0e020effde10c84149675348ab7355b473.tar.gz jquery-ui-60b38f0e020effde10c84149675348ab7355b473.zip |
progressbar demos: Added animated progressbar demo
Diffstat (limited to 'demos/progressbar/index.html')
-rw-r--r-- | demos/progressbar/index.html | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/demos/progressbar/index.html b/demos/progressbar/index.html index 50299a104..542bf1446 100644 --- a/demos/progressbar/index.html +++ b/demos/progressbar/index.html @@ -10,6 +10,7 @@ <h4>Examples</h4> <ul> <li class="demo-config-on"><a href="default.html">Default functionality</a></li> + <li><a href="animated.html">Animated</a></li> <li><a href="resize.html">Resizable progressbar</a></li> </ul> </div> |