| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | refactor specialAll into add and remove hooks for existing special events, li... | Brandon Aaron | 2009-04-30 | 2 | -42/+38 |
* | event clean up | Brandon Aaron | 2009-04-30 | 1 | -147/+200 |
* | enable test for binding events cross-frame that was fixed in r6316 | Brandon Aaron | 2009-04-29 | 1 | -9/+5 |
* | .unbind() without any arguments now also unbinds namespaced events. fixes #46... | Brandon Aaron | 2009-04-29 | 2 | -4/+10 |
* | fixing a few more memory leaks in IE | Brandon Aaron | 2009-04-22 | 2 | -1/+4 |
* | offset returns null for window and document elements. fixes #4136 again | Brandon Aaron | 2009-04-22 | 1 | -2/+2 |
* | fix for #4216. css now ignores negative numbers for width and height when pas... | Brandon Aaron | 2009-04-22 | 2 | -5/+11 |
* | fix for #3546. css now works with other windows than just the one it was load... | Brandon Aaron | 2009-04-22 | 1 | -4/+4 |
* | fix for #4268. bind now works with iframe windows. thanks tr4nslator | Brandon Aaron | 2009-04-22 | 1 | -1/+1 |
* | fix for #2911 | Brandon Aaron | 2009-04-22 | 1 | -1/+1 |
* | remove radix param for parseFloat calls | Brandon Aaron | 2009-04-22 | 1 | -11/+11 |
* | width, height, scrollLeft, and scrollTop now work with windows and documents ... | Brandon Aaron | 2009-04-22 | 2 | -17/+27 |
* | clean up offset. #4456 thanks pbcomm | Brandon Aaron | 2009-04-21 | 1 | -19/+17 |
* | actually don't need to null out as much as i thought i did to fix that memory... | Brandon Aaron | 2009-04-21 | 1 | -1/+1 |
* | fixing memory leaks in IE | Brandon Aaron | 2009-04-21 | 1 | -0/+3 |
* | Added explicit module names to the new unit tests. | John Resig | 2009-04-20 | 4 | -3/+11 |
* | Unified the formatting of core.js. === or !== are used wherever appropriate, ... | John Resig | 2009-03-31 | 2 | -100/+142 |
* | fix for #4439, offset.initialize can cause the page to jump | Brandon Aaron | 2009-03-30 | 1 | -4/+2 |
* | fix for #4378, base tag causes javascript error in IE when loading cross-doma... | Brandon Aaron | 2009-03-27 | 1 | -1/+3 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 11 | -77/+77 |
* | moving dimension related unit tests to dimensions test module | Brandon Aaron | 2009-03-22 | 2 | -56/+56 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 14 | -257/+4177 |
* | moving some vars from manipulations.js to attributes.js | Brandon Aaron | 2009-03-22 | 2 | -5/+5 |
* | fix for #4399, removing unused variables | Brandon Aaron | 2009-03-22 | 1 | -3/+1 |
* | fix for #4189, live/die now work with contexts other than just document | Brandon Aaron | 2009-03-20 | 2 | -3/+21 |
* | Added some more information to the unload event cleanup. | John Resig | 2009-03-19 | 1 | -0/+3 |
* | fix for #4115 | Brandon Aaron | 2009-03-19 | 1 | -4/+3 |
* | fix for #4263, better support for nested fixed position elements | Brandon Aaron | 2009-03-19 | 1 | -1/+6 |
* | breaking jquery out into smaller modules. added attributes.js, manipulation.j... | Brandon Aaron | 2009-03-18 | 12 | -2200/+2221 |
* | fix for #4374, gap in :hidden, :visible logic | Brandon Aaron | 2009-03-18 | 2 | -2/+17 |
* | fix for #4204, fadeTo shows hidden elements before animating | Brandon Aaron | 2009-03-18 | 1 | -1/+2 |
* | fix for #4074, pass context to jQuery.clean for jQuery.clone | Brandon Aaron | 2009-03-18 | 1 | -3/+3 |
* | fix for #3688, setting type attribute on button causes IE to throw error | Brandon Aaron | 2009-03-17 | 3 | -3/+13 |
* | using parseFloat for offset and position methods and removed num helper method | Brandon Aaron | 2009-03-17 | 2 | -16/+11 |
* | return null when no matched elements exist for offset and position | Brandon Aaron | 2009-03-17 | 1 | -29/+29 |
* | some clean up in the offset method | Brandon Aaron | 2009-03-17 | 1 | -10/+11 |
* | Backed out commit [6260], was causing too many problems. We'll have to bite t... | John Resig | 2009-03-17 | 2 | -15/+17 |
* | jquery dimensions: removed redundant code | Ariel Flesler | 2009-03-06 | 1 | -5/+3 |
* | jquery core: Fixed a typo in a comment, closes #4294. | Ariel Flesler | 2009-03-05 | 1 | -1/+1 |
* | Removed the objectAll check from jQuery.support, was causing problems with br... | John Resig | 2009-02-28 | 1 | -6/+1 |
* | Simplified the structure of the .css() and .attr() methods (reducing the numb... | John Resig | 2009-02-28 | 2 | -34/+29 |
* | Moved to a generic solution for copying methods over for querySelectorAll-usi... | John Resig | 2009-02-27 | 1 | -4/+3 |
* | No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1... | John Resig | 2009-02-26 | 3 | -7/+7 |
* | As it turns out, the context was being started at a higher root than needed -... | John Resig | 2009-02-26 | 1 | -1/+1 |
* | Removed the need for the results set to have array methods. Resolves jQuery b... | John Resig | 2009-02-25 | 2 | -15/+13 |
* | Made some changes to how .find() works, inlined the duplicate check - should ... | John Resig | 2009-02-25 | 1 | -10/+18 |
* | Simplified the isXML function, no need to use recursion. | John Resig | 2009-02-25 | 2 | -4/+7 |
* | Expose the sort/unique code from Sizzle as Sizzle.uniqueSort(). | John Resig | 2009-02-25 | 1 | -10/+13 |
* | Cut down on some more function calls for jQuery(...). Everything points back ... | John Resig | 2009-02-25 | 1 | -21/+18 |
* | Reduced the number of function calls required for .find() (single element roo... | John Resig | 2009-02-25 | 1 | -9/+27 |