| Commit message (Expand) | Author | Age | Files | Lines |
* | Adding in support for bubbling submit and change events, thanks to the patch ... | Justin Meyer | 2009-12-04 | 1 | -0/+19 |
* | Use now() in support.js instead of getTime. | jeresig | 2009-12-03 | 1 | -1/+1 |
* | Added useMap and frameBorder IE support to attr. Fixes #4561. | John Resig | 2009-11-11 | 1 | -1/+3 |
* | Opera 9.2 was interpreting .5 as 0.50, changing it to .55 lets the result be ... | John Resig | 2009-11-11 | 1 | -2/+2 |
* | fix for #4397 | Brandon Aaron | 2009-05-16 | 1 | -0/+1 |
* | fixing a few more memory leaks in IE | Brandon Aaron | 2009-04-22 | 1 | -1/+2 |
* | 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 |
* | remove trailing spaces | Brandon Aaron | 2009-03-23 | 1 | -8/+8 |
* | decoupling styles retrieval from the attr method | Brandon Aaron | 2009-03-22 | 1 | -5/+0 |
* | Removed the objectAll check from jQuery.support, was causing problems with br... | John Resig | 2009-02-28 | 1 | -6/+1 |
* | No longer use arguments.callee or RegExp (use new RegExp, instead) for ES 3.1... | John Resig | 2009-02-26 | 1 | -2/+2 |
* | Adding a tweak to prevent layout breaks in the boxModel check on IE 6. Fixes ... | John Resig | 2009-02-07 | 1 | -3/+2 |
* | Added a trailing / in the innerHTML support test to allow it to not | John Resig | 2009-01-13 | 1 | -1/+1 |
* | Fixed boxModel support - is now computed with feature detection, rather than ... | John Resig | 2009-01-11 | 1 | -1/+13 |
* | Fixed tabindex normalization so that elements that natively support tabbing, ... | Scott González | 2009-01-07 | 1 | -5/+1 |
* | Landed cross-browser support for tabIndex, by Scott, closes ticket #3649. | John Resig | 2009-01-05 | 1 | -1/+6 |
* | jquery support: Closes #3758, fixes a memory leak on IE. Thanks Choan Galvez. | Ariel Flesler | 2008-12-29 | 1 | -1/+2 |
* | Oops, forgot to commit support.js. | John Resig | 2008-12-21 | 1 | -0/+99 |