2009-04-22 |
Brandon Aaron | fix for #2911 |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | remove radix param for parseFloat calls |
commit | commitdiff | tree | snapshot |
2009-04-22 |
Brandon Aaron | width, height, scrollLeft, and scrollTop now work with... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Brandon Aaron | clean up offset. #4456 thanks pbcomm |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Brandon Aaron | actually don't need to null out as much as i thought... |
commit | commitdiff | tree | snapshot |
2009-04-21 |
Brandon Aaron | fixing memory leaks in IE |
commit | commitdiff | tree | snapshot |
2009-04-20 |
John Resig | Added explicit module names to the new unit tests. |
commit | commitdiff | tree | snapshot |
2009-03-31 |
John Resig | Unified the formatting of core.js. === or !== are used... |
commit | commitdiff | tree | snapshot |
2009-03-30 |
Brandon Aaron | fix for #4439, offset.initialize can cause the page... |
commit | commitdiff | tree | snapshot |
2009-03-27 |
Brandon Aaron | fix for #4378, base tag causes javascript error in... |
commit | commitdiff | tree | snapshot |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Brandon Aaron | moving dimension related unit tests to dimensions test... |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Brandon Aaron | decoupling styles retrieval from the attr method |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Brandon Aaron | moving some vars from manipulations.js to attributes.js |
commit | commitdiff | tree | snapshot |
2009-03-22 |
Brandon Aaron | fix for #4399, removing unused variables |
commit | commitdiff | tree | snapshot |
2009-03-20 |
Brandon Aaron | fix for #4189, live/die now work with contexts other... |
commit | commitdiff | tree | snapshot |
2009-03-19 |
John Resig | Added some more information to the unload event cleanup. |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Brandon Aaron | fix for #4115 |
commit | commitdiff | tree | snapshot |
2009-03-19 |
Brandon Aaron | fix for #4263, better support for nested fixed position... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brandon Aaron | fix for #4374, gap in :hidden, :visible logic |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brandon Aaron | fix for #4204, fadeTo shows hidden elements before... |
commit | commitdiff | tree | snapshot |
2009-03-18 |
Brandon Aaron | fix for #4074, pass context to jQuery.clean for jQuery... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brandon Aaron | fix for #3688, setting type attribute on button causes... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brandon Aaron | using parseFloat for offset and position methods and... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brandon Aaron | return null when no matched elements exist for offset... |
commit | commitdiff | tree | snapshot |
2009-03-17 |
Brandon Aaron | some clean up in the offset method |
commit | commitdiff | tree | snapshot |
2009-03-17 |
John Resig | Backed out commit [6260], was causing too many problems... |
commit | commitdiff | tree | snapshot |
2009-03-06 |
Ariel Flesler | jquery dimensions: removed redundant code |
commit | commitdiff | tree | snapshot |
2009-03-05 |
Ariel Flesler | jquery core: Fixed a typo in a comment, closes #4294. |
commit | commitdiff | tree | snapshot |
2009-02-28 |
John Resig | Removed the objectAll check from jQuery.support, was... |
commit | commitdiff | tree | snapshot |
2009-02-28 |
John Resig | Simplified the structure of the .css() and .attr()... |
commit | commitdiff | tree | snapshot |
2009-02-27 |
John Resig | Moved to a generic solution for copying methods over... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
John Resig | No longer use arguments.callee or RegExp (use new RegEx... |
commit | commitdiff | tree | snapshot |
2009-02-26 |
John Resig | As it turns out, the context was being started at a... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Removed the need for the results set to have array... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Made some changes to how .find() works, inlined the... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Simplified the isXML function, no need to use recursion. |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Expose the sort/unique code from Sizzle as Sizzle.uniqu... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Cut down on some more function calls for jQuery(..... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Reduced the number of function calls required for ... |
commit | commitdiff | tree | snapshot |
2009-02-25 |
John Resig | Landed some improvements for improving the performance... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
John Resig | Overhauled the .remove() and .empty() methods to be... |
commit | commitdiff | tree | snapshot |
2009-02-23 |
Ariel Flesler | jquery event: Fixing event.currentTarget for live(). |
commit | commitdiff | tree | snapshot |
2009-02-20 |
John Resig | Tagged the Sizzle 1.0 release. |
commit | commitdiff | tree | snapshot |
2009-02-20 |
John Resig | Made sure that .remove now uses multiFilter. Fixes... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
John Resig | Bumping the version up to 1.3.3pre. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
John Resig | Tagging the 1.3.2 release. |
commit | commitdiff | tree | snapshot |
2009-02-19 |
John Resig | Fixed one of the selector tests that was reporting... |
commit | commitdiff | tree | snapshot |
2009-02-19 |
John Resig | Disabled some of the animation tests that were being... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | Missed an other search-related test. |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | Fixed some tests that were changed (fixed!) by fixing... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | Made it so that search input elements are now serialize... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | Made it so that appendTo, etc. return the inserted... |
commit | commitdiff | tree | snapshot |
2009-02-18 |
John Resig | A speedup for .remove() (which also speeds up .html... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Updated the show() tests to work without the use of... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Reorganized and disabled some of the height/width tests... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Updated the JAR Makefile command to support UTF-8. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Disable building the lite and packed versions of jQuery... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Switch to using createRange for element comparision... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Brought back the compareDocumentPosition code. While... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Changed the currentTarget test - no need to test the... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Changed some of the fx/stop tests to handle the new... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Made the div showing a little more explicit - making... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Tweaked some of the selector tests to handle some of... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Reorganized some of the animation tests to work with... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Disabled one of the ordering tests that was taking... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Fixed some more CSS/visibility tests. |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Changed a bunch of the DOM tests to work in Document... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
John Resig | Updated some of the display/visible/hidden tests to... |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ariel Flesler | testrunner: Misc |
commit | commitdiff | tree | snapshot |
2009-02-17 |
Ariel Flesler | jquery event: closes #4033. e.currentTarget wasn't... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
Brandon Aaron | fix show issue in IE 6. "olddisplay" is sometimes undef... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
John Resig | Bumping the version up to 1.3.2pre. |
commit | commitdiff | tree | snapshot |
2009-02-16 |
John Resig | Added support for class selectors and class attribute... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
John Resig | Fixed an issue with :nth-child selectors embedded in... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
John Resig | Changed the jQuery hidden/visible selectors to be a... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
John Resig | Change the behavior of how :visible and :hidden work... |
commit | commitdiff | tree | snapshot |
2009-02-16 |
John Resig | Fixed a bug with certain + selectors failing (Fixes... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
John Resig | Fixed the issue where weird characters were being used... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
John Resig | Make sure that [name=FOO] searches actually have the... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
John Resig | Added fixes for two different :not() bugs. One with... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
John Resig | Updated the copy of jQuery and added some more context... |
commit | commitdiff | tree | snapshot |
2009-02-15 |
John Resig | Added some extra methods for making result set merging... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
John Resig | Provide a graceful failover for [name=foo] queries... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
John Resig | The compareDocumentPosition check was extraneous -... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
John Resig | Added support for sorting in Safari - when querySelecto... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
John Resig | Duplication checks are now handled directly in Sizzle... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
John Resig | Disabled expando selector tests - they don't work in... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
John Resig | Oops, the sourceIndex of the documentElement in IE... |
commit | commitdiff | tree | snapshot |
2009-02-14 |
John Resig | Make sure that elements are returned in document order... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
John Resig | Added some significant speed-ups to height/width checks... |
commit | commitdiff | tree | snapshot |
2009-02-13 |
John Resig | Landing a fix for a case where the animation timer... |
commit | commitdiff | tree | snapshot |
2009-02-10 |
John Resig | Merging a bunch of changes back from Sizzle, by LosTFx. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
John Resig | Fixed bubbling of live events (if an inner element... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
John Resig | Added a performance improvement to .hide()/.show()... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
John Resig | Optimized the clean() code to no longer use .trim(... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
John Resig | Removed use of .trim() in globalEval, fixes #4036. |
commit | commitdiff | tree | snapshot |
2009-02-09 |
John Resig | Reworked the attribute selection code to be able to... |
commit | commitdiff | tree | snapshot |
2009-02-09 |
John Resig | match[4] is already saved in check - thanks Balazs. |
commit | commitdiff | tree | snapshot |
next |