.. |
sizzle@3e97c27d19
|
Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.
|
2009-10-26 18:23:31 -04:00 |
ajax.js
|
jQuery.ajax modified the passed-in object only to help test the code - this shouldn't occur. Fixes #5439.
|
2009-11-07 16:08:07 +01:00 |
attributes.js
|
jquery attributes: closes #5234. attr() supports jQuery.fn methods.
|
2009-09-15 17:23:26 +00:00 |
core.js
|
Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (making the second one faster). Fixes #5293.
|
2009-11-11 13:49:29 -05:00 |
css.js
|
Landing tweak from 'haruka' that fixes non-pixel fontSize values in IE. Fixes #760.
|
2009-11-11 14:17:16 -05:00 |
data.js
|
A follow-up to [6578] (which stopped adding expandos to elements that didn't have data). That broke jQuery.unique() (so we're now using the unique from Sizzle). Using Sizzle's unique (which also sorts in document order) changed how add, andSelf, parents, nextAll, prevAll, and siblings work. after and before were changed to not use .add() (in order to guarantee their position in the jQuery set). Also, jQuery.data(elem) was updated to return that element's data object (instead of its ID).
|
2009-09-25 17:55:20 +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
|
Land Rich's fix for not using window.top to do frame detection. Fixes #4787.
|
2009-11-11 13:56:39 -05:00 |
fx.js
|
Made sure that animate callbacks get executed even when no properties are passed in. Fixes #5459.
|
2009-11-07 17:22:35 +01:00 |
intro.js
|
Removed the revision info and fixed the date pull to work against git log instead of SVN.
|
2009-10-23 03:25:40 -04:00 |
manipulation.js
|
Fixed the case where HTML that contained entities was being inserted as text strings instead of HTML. Thanks to dmethvin for the test case! Fixes #5483.
|
2009-11-11 14:23:56 -05:00 |
offset.js
|
Fixed the case where getComputedStyled was assumed to exist if getBoundingClientRect did (which isn't the case on the Playstation 3). Fixes #5467.
|
2009-11-07 14:57:27 +01: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 |
sizzle-jquery.js
|
Pull in the Sizzle library dynamically using a submodule and make it part of the jQuery build process.
|
2009-10-26 18:23:31 -04:00 |
support.js
|
Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be the same in all browsers: 0.55. Fixes #5344.
|
2009-11-11 13:45:03 -05:00 |
traversing.js
|
Made the closest method evaluate the selector with appropriate context.
|
2009-11-09 12:39:29 +01:00 |