diff options
author | Scott González <scott.gonzalez@gmail.com> | 2010-01-14 18:09:07 +0000 |
---|---|---|
committer | Scott González <scott.gonzalez@gmail.com> | 2010-01-14 18:09:07 +0000 |
commit | 1c31a26b564ad554f5262a0b25c32a9a847688e6 (patch) | |
tree | 7cf8c0491096ce187365a7d78011294dad98b2bf /demos/dialog/animated.html | |
parent | 6024fdf2564b274af2f2d306f420e44a2c88d7b1 (diff) | |
download | jquery-ui-1c31a26b564ad554f5262a0b25c32a9a847688e6.tar.gz jquery-ui-1c31a26b564ad554f5262a0b25c32a9a847688e6.zip |
Replaced stackfix with bgiframe.
Fixes #5061 - Remove stackfix.
Diffstat (limited to 'demos/dialog/animated.html')
-rw-r--r-- | demos/dialog/animated.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/demos/dialog/animated.html b/demos/dialog/animated.html index dd84b25d4..43dfed061 100644 --- a/demos/dialog/animated.html +++ b/demos/dialog/animated.html @@ -4,20 +4,20 @@ <title>jQuery UI Dialog - Animation</title> <link type="text/css" href="../../themes/base/ui.all.css" rel="stylesheet" /> <script type="text/javascript" src="../../jquery-1.3.2.js"></script> + <script type="text/javascript" src="../../external/jquery.bgiframe-2.1.1.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.core.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.widget.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.mouse.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.draggable.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.position.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.resizable.js"></script> - <script type="text/javascript" src="../../ui/jquery.ui.stackfix.js"></script> <script type="text/javascript" src="../../ui/jquery.ui.dialog.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.core.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.blind.js"></script> <script type="text/javascript" src="../../ui/jquery.effects.explode.js"></script> <link type="text/css" href="../demos.css" rel="stylesheet" /> <script type="text/javascript"> - $.ui.dialog.prototype.options.stackfix = true; + $.ui.dialog.prototype.options.bgiframe = true; // increase the default animation speed to exaggerate the effect $.fx.speeds._default = 1000; $(function() { |