jquery/src
2009-09-16 02:19:18 +00:00
..
ajax.js jquery ajax: addition for #2452. Wasn't working correctly in some cases. 2009-09-15 16:45:37 +00:00
attributes.js jquery attributes: closes #5234. attr() supports jQuery.fn methods. 2009-09-15 17:23:26 +00:00
core.js jquery core: removing the body optimization, as it is then handled by $("TAG"). 2009-09-14 17:33:15 +00:00
css.js jquery core: Closes #5189. Added a generic function to handle getting/setting key-value/setting a hash. 2009-09-09 21:14:28 +00:00
data.js data should not add expando unless actually adding data 2009-09-15 21:14:08 +00:00
dimensions.js Switching to use a better check for if the node is a document. 2009-07-18 19:44:15 +00:00
event.js jquery event: closes #5250. bind(), unbind() and one() support Object Literals (needs some refactor though) 2009-09-16 02:19:18 +00:00
fx.js jquery fx: closes #2542. show/hide(0, fn) wasn't calling the callback. 2009-09-15 00:32:13 +00:00
intro.js Did some light reordering of the jQuery definition. Moved window and undefined to exist in intro/outro. 2009-05-20 21:12:08 +00:00
manipulation.js Adding some fixes for commit [6537]. If there's leading whitespace, or if an exception is thrown by innerHTML, we need to use the old style method. 2009-09-15 16:46:15 +00:00
offset.js offset is now a setter 2009-09-15 19:15:04 +00:00
outro.js Moved exposing window.jQuery and window.$ to the end of the jQuery file (helps some compatibility cases with older version of Prototype). Fixes ticket #4834. 2009-08-10 21:22:31 +00:00
selector.js Missing a var on a for loop, caused a variable to be leaked. 2009-09-15 21:09:46 +00:00
support.js fix for #4397 2009-05-16 14:45:46 +00:00
traversing.js Make jQuery.winnow a local function 2009-09-15 00:35:35 +00:00