fix clone(true) for IE
[jquery.git] / src / fx.js
index 1028610..87af7e0 100644 (file)
--- a/src/fx.js
+++ b/src/fx.js
@@ -114,6 +114,9 @@ jQuery.fn.extend({
                                                if ( parts[1] )
                                                        end = ((parts[1] == "-" ? -1 : 1) * end) + start;
 
+            // Absolutely position numbers
+            if( typeof val == "number") end = val;
+
                                                e.custom( start, end, unit );
                                        } else
                                                e.custom( start, val, "" );