aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* width, height, scrollLeft, and scrollTop now work with windows and documents ↵Brandon Aaron2009-04-222-17/+27
| | | | other than just the one it was loaded in (like iframes and popups)
* clean up offset. #4456 thanks pbcommBrandon Aaron2009-04-211-19/+17
|
* actually don't need to null out as much as i thought i did to fix that ↵Brandon Aaron2009-04-211-1/+1
| | | | memory leak
* fixing memory leaks in IEBrandon Aaron2009-04-211-0/+3
|
* Added explicit module names to the new unit tests.John Resig2009-04-204-3/+11
|
* Unified the formatting of core.js. === or !== are used wherever appropriate, ↵John Resig2009-03-312-100/+142
| | | | syntax has been normalized, braces are added in all cases, and jQuery() now returns an empty set.
* fix for #4439, offset.initialize can cause the page to jumpBrandon Aaron2009-03-301-4/+2
|
* fix for #4378, base tag causes javascript error in IE when loading ↵Brandon Aaron2009-03-271-1/+3
| | | | cross-domain JS via ajax
* remove trailing spacesBrandon Aaron2009-03-2311-77/+77
|
* moving dimension related unit tests to dimensions test moduleBrandon Aaron2009-03-222-56/+56
|
* decoupling styles retrieval from the attr methodBrandon Aaron2009-03-2214-257/+4177
|
* moving some vars from manipulations.js to attributes.jsBrandon Aaron2009-03-222-5/+5
|
* fix for #4399, removing unused variablesBrandon Aaron2009-03-221-3/+1
|
* fix for #4189, live/die now work with contexts other than just documentBrandon Aaron2009-03-202-3/+21
|
* Added some more information to the unload event cleanup.John Resig2009-03-191-0/+3
|
* fix for #4115Brandon Aaron2009-03-191-4/+3
|
* fix for #4263, better support for nested fixed position elementsBrandon Aaron2009-03-191-1/+6
|
* breaking jquery out into smaller modules. added attributes.js, ↵Brandon Aaron2009-03-1812-2200/+2221
| | | | manipulation.js, and traversing.js
* fix for #4374, gap in :hidden, :visible logicBrandon Aaron2009-03-182-2/+17
|
* fix for #4204, fadeTo shows hidden elements before animatingBrandon Aaron2009-03-181-1/+2
|
* fix for #4074, pass context to jQuery.clean for jQuery.cloneBrandon Aaron2009-03-181-3/+3
|
* fix for #3688, setting type attribute on button causes IE to throw errorBrandon Aaron2009-03-173-3/+13
|
* using parseFloat for offset and position methods and removed num helper methodBrandon Aaron2009-03-172-16/+11
|
* return null when no matched elements exist for offset and positionBrandon Aaron2009-03-171-29/+29
|
* some clean up in the offset methodBrandon Aaron2009-03-171-10/+11
|
* Backed out commit [6260], was causing too many problems. We'll have to bite ↵John Resig2009-03-172-15/+17
| | | | the bullet and assume that the incoming result set has array methods. Un-fixes jQuery bug #4250.
* jquery dimensions: removed redundant codeAriel Flesler2009-03-061-5/+3
|
* jquery core: Fixed a typo in a comment, closes #4294.Ariel Flesler2009-03-051-1/+1
|
* Removed the objectAll check from jQuery.support, was causing problems with ↵John Resig2009-02-281-6/+1
| | | | broken ActiveX controls. Fixes bug #4017.
* Simplified the structure of the .css() and .attr() methods (reducing the ↵John Resig2009-02-282-34/+29
| | | | number of calls). Need to optimize $.css/$.curCSS/$.attr still. Fixes #4269.
* Moved to a generic solution for copying methods over for ↵John Resig2009-02-271-4/+3
| | | | querySelectorAll-using browsers.
* No longer use arguments.callee or RegExp (use new RegExp, instead) for ES ↵John Resig2009-02-263-7/+7
| | | | 3.1 and Caja compatibility. Fixes jQuery bug #4251.
* As it turns out, the context was being started at a higher root than needed ↵John Resig2009-02-261-1/+1
| | | | - fixing this speeds up > selectors.
* Removed the need for the results set to have array methods. Resolves jQuery ↵John Resig2009-02-252-15/+13
| | | | bug #4250.
* Made some changes to how .find() works, inlined the duplicate check - should ↵John Resig2009-02-251-10/+18
| | | | change other methods to act similarly. Goes towards fixing #4240.
* Simplified the isXML function, no need to use recursion.John Resig2009-02-252-4/+7
|
* Expose the sort/unique code from Sizzle as Sizzle.uniqueSort().John Resig2009-02-251-10/+13
|
* Cut down on some more function calls for jQuery(...). Everything points back ↵John Resig2009-02-251-21/+18
| | | | to the same root jQuery(document) object now. Going towards ticket #4240.
* Reduced the number of function calls required for .find() (single element ↵John Resig2009-02-251-9/+27
| | | | root), optimized some calls to jQuery() as well. Goes towards fixing #4240.
* Landed some improvements for improving the performance of ID-rooted queries ↵John Resig2009-02-251-23/+36
| | | | (e.g. '#foo p'). Fixes jQuery bug #4236.
* Overhauled the .remove() and .empty() methods to be much more efficient. ↵John Resig2009-02-231-8/+21
| | | | Fixes bug #4222.
* jquery event: Fixing event.currentTarget for live().Ariel Flesler2009-02-232-1/+13
|
* Tagged the Sizzle 1.0 release.John Resig2009-02-201-3/+2
|
* Made sure that .remove now uses multiFilter. Fixes bug #4205.John Resig2009-02-202-2/+5
|
* Bumping the version up to 1.3.3pre.John Resig2009-02-191-1/+1
|
* Tagging the 1.3.2 release.John Resig2009-02-191-1/+1
|
* Fixed one of the selector tests that was reporting incorrectly in browsers ↵John Resig2009-02-191-1/+1
| | | | that actually supported type="search" inputs.
* Disabled some of the animation tests that were being flaky.John Resig2009-02-191-5/+8
|
* Missed an other search-related test.John Resig2009-02-181-1/+1
|
* Fixed some tests that were changed (fixed!) by fixing #3966.John Resig2009-02-181-6/+6
|