John Resig
aa5c4d8828
Fixed width/height animations don't lapse back to auto. There's no longer a flicker for fixed sized items. The overflow for items is no longer tampered with, if it doesn't have to be. .cur() is used for all animations in place of .max(), with much better results.
2006-07-24 06:06:59 +00:00
John Resig
9e37da96d1
Fixed the opacity problems with IE & animations.
2006-07-24 03:50:15 +00:00
John Resig
29a0591421
IE flicker has been killed and setAuto now works in Firefox and IE.
2006-07-24 03:09:35 +00:00
John Resig
2d31381a57
Made a number of changes/improvements to how the effects are handled.
2006-07-17 04:33:16 +00:00
John Resig
274d8b7927
Fixed flickering an auto in all browsers but IE.
2006-07-17 03:40:18 +00:00
John Resig
9477c418db
More bug fixes and added documentation - passes the test suite now.
2006-07-10 03:20:56 +00:00
John Resig
8a97cd67ef
Forgot to check for the non-existance of a complete function.
2006-07-04 01:23:46 +00:00
Gilles van den Hoven
d25d393a33
see mailnglist
2006-06-24 14:10:12 +00:00
John Resig
6ae392a4e5
Updated global namespaces.
2006-06-22 20:14:41 +00:00
John Resig
c3c706d3f2
Massive update, bugs, filesize, new features - getting ready for 1.0.
2006-06-22 05:23:38 +00:00
John Resig
4c572bdf56
IE is now forced layout if it doesn't have it (such that opacity now works as expected). (Ticket #4 ).
2006-06-16 02:01:39 +00:00
John Resig
268c82a903
FX Queueing added. Effects no longer mess up causing weird results.
2006-06-15 04:48:52 +00:00
John Resig
807c75dadf
Cleaned up the fx() function and fixed the height/width 'auto' bug.
2006-06-15 03:11:35 +00:00
John Resig
dea1925049
Fixed height/width issues that happend due to the box model, in $.css().
2006-06-15 02:27:18 +00:00
John Resig
a457262ef5
Found the bug that was killing slideUp/slideDown.
2006-06-11 01:16:36 +00:00
Gilles van den Hoven
65b1081e9e
little bug in $.fx.fadeTo
2006-06-03 12:48:19 +00:00
Gilles van den Hoven
497bfb7909
-----
...
fx.js
-----
added: $.fn.fadeTo
Also changed ' fx.Opacity ' function so $.fn.fadeTo works. For this i changed one line, and one parameter in $.fx.Opactity:
"o.io = o.now = 1;"
became:
"o.io = o.now = (sv || o.cur());"
e.g. if there is a start value use it. Else, the current value is used. All calls to "$.fx.Opactiy" which where present in the code have now "1" as third parameter so the code doesn't break.
---------
jquery.js
---------
Changed line 401 to fix ' name="id" ' bug:
'#': "a.id == m[2]"
to:
'#': "a.getAttribute('id') == m[2]"
2006-05-27 10:18:18 +00:00
John Resig
956529c7be
Added some final global variable tweaks - no more namespace leaking!
2006-05-17 03:55:50 +00:00
John Resig
4986837802
Not only does it pass the default JSLint settings, it also no longer leaks *any* global variables!
2006-05-17 02:42:03 +00:00
John Resig
d71a85001b
jQuery is now JSLint (jslint.com) compatible, save for the eval stuff. Can't there b
...
e legitamite uses for eval?
2006-05-16 22:15:05 +00:00
John Resig
904b1c337e
Made it so that the height/width auto is only called when 'show' is executed.
2006-04-10 06:03:28 +00:00
John Resig
56992c6ad9
Added fix to stop height/width of auto from occurring when only opacity was being modified.
2006-04-08 06:34:04 +00:00
John Resig
f0034d64e3
Fixed more formatting/tab problems.
2006-03-23 21:13:20 +00:00
John Resig
8a4a1edf04
Inital Import.
2006-03-22 03:33:07 +00:00