jquery/src
2011-05-07 03:39:41 +02:00
..
ajax Makes sure no unload handler is bound when not in IE. Also simplifies the whole "on unload abort" code. Also avoids the declaration of yet another variables in the jQuery main closure for the temporary XHR used to assess support properties. 2011-04-21 18:43:40 +02:00
sizzle@4bcc09702d Update Sizzle and QUnit 2011-04-21 13:03:19 -04:00
ajax.js Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests. 2011-05-06 18:35:34 +02:00
attributes.js Reduce boolean attribute list to only content attributes 2011-05-06 10:53:05 -04:00
callbacks.js Fixes for bugs found thanks to unit tests. 2011-05-07 03:39:41 +02:00
core.js Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests. 2011-05-06 18:35:34 +02:00
css.js Landing pull request 340. Adds widows, orphans to cssNumber hash; includes tests. Fixes #8936. 2011-04-22 00:02:08 -04:00
data.js Fixes #7328. When getting data- attributes, after-cap any embedded dashes per the W3C HTML5 spec. 2011-04-10 15:17:00 -04:00
deferred.js Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests. 2011-05-06 18:35:34 +02:00
dimensions.js Revised the Nokia support fallback. It turns out that Nokia supports the documentElement property but does not define document.compatMode. Adding this third fallback allows Nokia to run jQuery error-free and return proper values for window width and height. 2011-01-19 12:40:32 -05:00
effects.js Fix test suite fails for hiding text nodes in F4 and IE9. Update for #6135. 2011-04-19 13:45:01 -04:00
event.js Restores var names to satisfy the crock-machine. Supplements #9008 2011-04-28 22:26:34 -04:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js Fix problem with appending multiple string arguments in IE 6. Fixes #9072. 2011-05-03 15:02:26 -04:00
offset.js Merge branch 'bug_7931' of https://github.com/Xavi-/jquery into Xavi--bug_7931 2011-04-12 16:13:56 -04:00
outro.js Moved jQuery global leak to end of file so accidental gEBCN overrides in prototype don't get caught up in confusion. Fixed tests to reference jQuery variable instead of $ (best practice). Fixes #8033 2011-01-23 21:19:33 -06:00
queue.js Replaces jQuery._Deferred with the much more flexible (and public) jQuery.Callbacks. Hopefully, jQuery.Callbacks can be used as a base for all callback lists needs in jQuery. Also adds progress callbacks to Deferreds (handled in jQuery.when too). Needs more unit tests. 2011-05-06 18:35:34 +02:00
sizzle-jquery.js Fix broken selector code from last commit. 2010-10-22 01:48:32 -04:00
support.js Set background to none on our mock body and remove its contents to avoid a crash in IE when removing it. Fixes #9028. 2011-05-02 11:57:01 -04:00
traversing.js Make sure that forms and selects are added to a jQuery set correctly. Fixes #6912. 2011-04-17 10:51:24 -07:00