jQuery JavaScript Library
Go to file
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
ajax Rewrote $.xml a bit, cause the loading message got stuck (didn't hide) after fast ajax calls 2006-05-20 09:46:41 +00:00
attr Started work on new attr plugin - will provide a ton of accessors for common styles and attributes. 2006-04-09 04:04:52 +00:00
drag Added Ian Eure's (atomized.org) Drag and Drop code to the repository, for further testing. 2006-03-27 07:19:25 +00:00
event 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
fx ----- 2006-05-27 10:18:18 +00:00
jquery ----- 2006-05-27 10:18:18 +00:00
sort Quick test. 2006-05-11 05:50:06 +00:00
tmpl Inital Import. 2006-03-22 03:33:07 +00:00