2009-07-12 |
Yehuda Katz | Add clearQueue for clearing non-fx queues |
tree | commitdiff |
2009-07-12 |
Yehuda Katz | Added a next() shortcut for queues |
tree | commitdiff |
2009-07-11 |
John Resig | IE doesn't seem to like caching fragments that have... |
tree | commitdiff |
2009-07-11 |
John Resig | Limit domManip caching to strings < 512 characters... |
tree | commitdiff |
2009-07-11 |
John Resig | Fixes regression in .attr(), patch by David Flanagan... |
tree | commitdiff |
2009-07-11 |
John Resig | Added caching to domManip. Fixes #4883. |
tree | commitdiff |
2009-07-11 |
John Resig | Optimized jQuery(Element) to not call jQuery() twice. |
tree | commitdiff |
2009-06-23 |
Brandon Aaron | reverting sizzle updates from previous commit, appears... |
tree | commitdiff |
2009-06-23 |
Brandon Aaron | fix for #4512 and minor sizzle updates |
tree | commitdiff |
2009-06-20 |
Ariel Flesler | jquery core: Closes #2827. jQuery.each iterates over... |
tree | commitdiff |
2009-06-17 |
Brandon Aaron | fix for #3533, triggering an event with a colon in... |
tree | commitdiff |
2009-06-15 |
John Resig | Adding support for etags in $.ajax() - and simplified... |
tree | commitdiff |
2009-06-02 |
Ariel Flesler | jquery fx: Exposing the ticking function |
tree | commitdiff |
2009-05-20 |
John Resig | Removed some cases of strict errors. |
tree | commitdiff |
2009-05-20 |
John Resig | Switched to using new Function instead of eval for... |
tree | commitdiff |
2009-05-20 |
John Resig | Did some light reordering of the jQuery definition... |
tree | commitdiff |
2009-05-18 |
Brandon Aaron | fix :hidden and :visible selectors. fixes #4512 |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | fix for #4183 |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | fix remove and empty to work properly in IE when an... |
tree | commitdiff |
2009-05-16 |
Brandon Aaron | fix for #4397 |
tree | commitdiff |
2009-05-14 |
Brandon Aaron | tidy up fix for #3981, thanks matt kruse |
tree | commitdiff |
2009-05-14 |
Brandon Aaron | opacity is now retrieved from stylesheet in IE. fixes... |
tree | commitdiff |
2009-05-12 |
Brandon Aaron | fix regression in removing live events caused by r6324 |
tree | commitdiff |
2009-05-10 |
Ariel Flesler | jquery event: misc change |
tree | commitdiff |
2009-05-07 |
Brandon Aaron | unused, left-over code from r6344 |
tree | commitdiff |
2009-05-07 |
Brandon Aaron | .bind() now accepts an optional thisObject as the last... |
tree | commitdiff |
2009-05-06 |
Brandon Aaron | fix for #4234. hover can take one function to use for... |
tree | commitdiff |
2009-05-06 |
Brandon Aaron | fix for #3286 |
tree | commitdiff |
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 |
next |