2009-05-04 |
Brandon Aaron | fix :hidden selector that was accidentally reverted... |
tree | commitdiff |
2009-05-04 |
Brandon Aaron | fix memory leak in IE |
tree | commitdiff |
2009-05-03 |
Ariel Flesler | jquery core: $() -> $(document) and $(undefined) -... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | make sure toggleClass does not delete classNames when... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | toggleClass can now toggle multiple classNames (space... |
tree | commitdiff |
2009-05-02 |
Brandon Aaron | index now works in reverse when passed a selector or... |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | fix global event triggering that i broke in r6323 |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | special event refactor left over code |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | fix for #2620 |
tree | commitdiff |
2009-05-01 |
Brandon Aaron | only copy guid from handler to modifiedHandler if it... |
tree | commitdiff |
2009-04-30 |
Brandon Aaron | live event handlers now receive data from trigger,... |
tree | commitdiff |
2009-04-30 |
Brandon Aaron | refactor specialAll into add and remove hooks for exist... |
tree | commitdiff |
2009-04-30 |
Brandon Aaron | event clean up |
tree | commitdiff |
2009-04-29 |
Brandon Aaron | .unbind() without any arguments now also unbinds namesp... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fixing a few more memory leaks in IE |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | offset returns null for window and document elements... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #4216. css now ignores negative numbers for... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #3546. css now works with other windows than... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #4268. bind now works with iframe windows.... |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | fix for #2911 |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | remove radix param for parseFloat calls |
tree | commitdiff |
2009-04-22 |
Brandon Aaron | width, height, scrollLeft, and scrollTop now work with... |
tree | commitdiff |
2009-04-21 |
Brandon Aaron | clean up offset. #4456 thanks pbcomm |
tree | commitdiff |
2009-04-21 |
Brandon Aaron | actually don't need to null out as much as i thought... |
tree | commitdiff |
2009-04-21 |
Brandon Aaron | fixing memory leaks in IE |
tree | commitdiff |
2009-03-31 |
John Resig | Unified the formatting of core.js. === or !== are used... |
tree | commitdiff |
2009-03-30 |
Brandon Aaron | fix for #4439, offset.initialize can cause the page... |
tree | commitdiff |
2009-03-27 |
Brandon Aaron | fix for #4378, base tag causes javascript error in... |
tree | commitdiff |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
tree | commitdiff |
2009-03-22 |
Brandon Aaron | decoupling styles retrieval from the attr method |
tree | commitdiff |
2009-03-22 |
Brandon Aaron | moving some vars from manipulations.js to attributes.js |
tree | commitdiff |
2009-03-22 |
Brandon Aaron | fix for #4399, removing unused variables |
tree | commitdiff |
2009-03-20 |
Brandon Aaron | fix for #4189, live/die now work with contexts other... |
tree | commitdiff |
2009-03-19 |
John Resig | Added some more information to the unload event cleanup. |
tree | commitdiff |
2009-03-19 |
Brandon Aaron | fix for #4115 |
tree | commitdiff |
2009-03-19 |
Brandon Aaron | fix for #4263, better support for nested fixed position... |
tree | commitdiff |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
tree | commitdiff |
2009-03-18 |
Brandon Aaron | fix for #4374, gap in :hidden, :visible logic |
tree | commitdiff |
2009-03-18 |
Brandon Aaron | fix for #4204, fadeTo shows hidden elements before... |
tree | commitdiff |
2009-03-18 |
Brandon Aaron | fix for #4074, pass context to jQuery.clean for jQuery... |
tree | commitdiff |
2009-03-17 |
Brandon Aaron | fix for #3688, setting type attribute on button causes... |
tree | commitdiff |
2009-03-17 |
Brandon Aaron | using parseFloat for offset and position methods and... |
tree | commitdiff |
2009-03-17 |
Brandon Aaron | return null when no matched elements exist for offset... |
tree | commitdiff |
2009-03-17 |
Brandon Aaron | some clean up in the offset method |
tree | commitdiff |
2009-03-17 |
John Resig | Backed out commit [6260], was causing too many problems... |
tree | commitdiff |
2009-03-06 |
Ariel Flesler | jquery dimensions: removed redundant code |
tree | commitdiff |
2009-03-05 |
Ariel Flesler | jquery core: Fixed a typo in a comment, closes #4294. |
tree | commitdiff |
2009-02-28 |
John Resig | Removed the objectAll check from jQuery.support, was... |
tree | commitdiff |
2009-02-28 |
John Resig | Simplified the structure of the .css() and .attr()... |
tree | commitdiff |
2009-02-27 |
John Resig | Moved to a generic solution for copying methods over... |
tree | commitdiff |
2009-02-26 |
John Resig | No longer use arguments.callee or RegExp (use new RegEx... |
tree | commitdiff |
2009-02-26 |
John Resig | As it turns out, the context was being started at a... |
tree | commitdiff |
2009-02-25 |
John Resig | Removed the need for the results set to have array... |
tree | commitdiff |
2009-02-25 |
John Resig | Made some changes to how .find() works, inlined the... |
tree | commitdiff |
2009-02-25 |
John Resig | Simplified the isXML function, no need to use recursion. |
tree | commitdiff |
2009-02-25 |
John Resig | Expose the sort/unique code from Sizzle as Sizzle.uniqu... |
tree | commitdiff |
2009-02-25 |
John Resig | Cut down on some more function calls for jQuery(..... |
tree | commitdiff |
2009-02-25 |
John Resig | Reduced the number of function calls required for ... |
tree | commitdiff |
2009-02-25 |
John Resig | Landed some improvements for improving the performance... |
tree | commitdiff |
2009-02-23 |
John Resig | Overhauled the .remove() and .empty() methods to be... |
tree | commitdiff |
2009-02-23 |
Ariel Flesler | jquery event: Fixing event.currentTarget for live(). |
tree | commitdiff |
2009-02-20 |
John Resig | Tagged the Sizzle 1.0 release. |
tree | commitdiff |
2009-02-20 |
John Resig | Made sure that .remove now uses multiFilter. Fixes... |
tree | commitdiff |
2009-02-18 |
John Resig | Made it so that search input elements are now serialize... |
tree | commitdiff |
2009-02-18 |
John Resig | Made it so that appendTo, etc. return the inserted... |
tree | commitdiff |
2009-02-18 |
John Resig | A speedup for .remove() (which also speeds up .html... |
tree | commitdiff |
2009-02-17 |
John Resig | Switch to using createRange for element comparision... |
tree | commitdiff |
2009-02-17 |
John Resig | Brought back the compareDocumentPosition code. While... |
tree | commitdiff |
2009-02-17 |
Ariel Flesler | jquery event: closes #4033. e.currentTarget wasn't... |
tree | commitdiff |
2009-02-16 |
Brandon Aaron | fix show issue in IE 6. "olddisplay" is sometimes undef... |
tree | commitdiff |
2009-02-16 |
John Resig | Added support for class selectors and class attribute... |
tree | commitdiff |
2009-02-16 |
John Resig | Fixed an issue with :nth-child selectors embedded in... |
tree | commitdiff |
2009-02-16 |
John Resig | Changed the jQuery hidden/visible selectors to be a... |
tree | commitdiff |
2009-02-16 |
John Resig | Change the behavior of how :visible and :hidden work... |
tree | commitdiff |
2009-02-16 |
John Resig | Fixed a bug with certain + selectors failing (Fixes... |
tree | commitdiff |
2009-02-15 |
John Resig | Fixed the issue where weird characters were being used... |
tree | commitdiff |
2009-02-15 |
John Resig | Make sure that [name=FOO] searches actually have the... |
tree | commitdiff |
2009-02-15 |
John Resig | Added fixes for two different :not() bugs. One with... |
tree | commitdiff |
2009-02-15 |
John Resig | Added some extra methods for making result set merging... |
tree | commitdiff |
2009-02-14 |
John Resig | Provide a graceful failover for [name=foo] queries... |
tree | commitdiff |
2009-02-14 |
John Resig | The compareDocumentPosition check was extraneous -... |
tree | commitdiff |
2009-02-14 |
John Resig | Added support for sorting in Safari - when querySelecto... |
tree | commitdiff |
2009-02-14 |
John Resig | Duplication checks are now handled directly in Sizzle... |
tree | commitdiff |
2009-02-14 |
John Resig | Oops, the sourceIndex of the documentElement in IE... |
tree | commitdiff |
2009-02-14 |
John Resig | Make sure that elements are returned in document order... |
tree | commitdiff |
2009-02-13 |
John Resig | Added some significant speed-ups to height/width checks... |
tree | commitdiff |
2009-02-13 |
John Resig | Landing a fix for a case where the animation timer... |
tree | commitdiff |
2009-02-10 |
John Resig | Merging a bunch of changes back from Sizzle, by LosTFx. |
tree | commitdiff |
2009-02-09 |
John Resig | Fixed bubbling of live events (if an inner element... |
tree | commitdiff |
2009-02-09 |
John Resig | Added a performance improvement to .hide()/.show()... |
tree | commitdiff |
2009-02-09 |
John Resig | Optimized the clean() code to no longer use .trim(... |
tree | commitdiff |
2009-02-09 |
John Resig | Removed use of .trim() in globalEval, fixes #4036. |
tree | commitdiff |
2009-02-09 |
John Resig | Reworked the attribute selection code to be able to... |
tree | commitdiff |
2009-02-09 |
John Resig | match[4] is already saved in check - thanks Balazs. |
tree | commitdiff |
2009-02-09 |
John Resig | Reworked the .clone() function in IE. Fixes jQuery... |
tree | commitdiff |
2009-02-07 |
John Resig | Added a fix for empty attribute selection values. Fixes... |
tree | commitdiff |
2009-02-07 |
John Resig | Adding a tweak to prevent layout breaks in the boxModel... |
tree | commitdiff |
2009-02-07 |
John Resig | Stopped a memory leak on getScript calls. Fixes #3962. |
tree | commitdiff |
2009-02-07 |
John Resig | Added logic for not using getElementsByClassName in... |
tree | commitdiff |
2009-01-28 |
John Resig | Added a fix, suggested by Diego, for IE firing the... |
tree | commitdiff |
next |