jquery/src
2011-07-25 14:02:37 -04: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@3ba396e439 Updating Sizzle. 2011-05-10 13:37:05 -04:00
ajax.js Fixes #9854: propagates native statusText onto jqXHR.statusText. statusText in callbacks is still normalized. Unit test added. 2011-07-23 02:39:12 +02:00
attributes.js Check the attribute node value for false for HTML5 booleans when not supported. Fixes #9504. 2011-07-09 14:52:16 -04:00
core.js Fixes #9255: xml parsing error in $.parseXML is now properly detected for all browsers. Unit test added. 2011-07-23 03:26:36 +02:00
css.js Landing pull request 413. Move border/padding checks to after width validation to avoid unnecessary fallbacks. Fixes #9598. 2011-06-17 17:33:29 -04:00
data.js Landing pull request 403. Check for both camelized and hyphenated data property names; Fixes #9301. 2011-06-06 20:18:36 -04:00
deferred.js Fixes #9446. Context is properly propagated using pipe. If context was the original deferred, then context is updated to next deferred in the chain. Unit tests added. 2011-07-01 01:51:50 +02:00
dimensions.js Optimize width/height retrieval (moved logic to getWH, removed adjustWH). Supplements #9441, #9300. 2011-06-06 23:35:16 -04:00
effects.js Set timerId to true instead of a number so that intervals set to 1 are not accidentally cleared when stopped. Fixes #9678. 2011-06-28 11:46:03 -04:00
event.js Landing pull request 397. withinElement rewrite in event. Fixes #6234, #9357, #9447. 2011-06-14 15:38:46 -04:00
intro.js Cache references to navigator and location. Fixes #6690. 2011-04-16 14:18:56 -07:00
manipulation.js elem.getElementsByTagName calls the function in IE6/7. Fixes #9370. 2011-05-25 19:35:52 -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 Landing pull request 410. Moves jQuery attachment comment to outro. 2011-06-14 15:51:03 -04:00
queue.js tmp was global in the new fn.promise. Fixes #9147. 2011-05-06 12:10:16 -04:00
sizzle-jquery.js Fix broken selector code from last commit. 2010-10-22 01:48:32 -04:00
support.js Non-breaking-space should achieve the same effect as a visible character. Fixes #9634 2011-07-25 14:02:37 -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