| Commit message (Expand) | Author | Age | Files | Lines |
* | Moved jQuery.props to attributes since it was only used in support. Fixes #68... | Alex Sexton | 2010-10-25 | 1 | -14/+0 |
* | We removed deleteExpando after 1.4.2, for some reason. This caused problems w... | John Resig | 2010-10-17 | 1 | -0/+10 |
* | Fixed code convention issues. Reduced size of overflow reset code. Fixed brok... | Colin Snover | 2010-10-08 | 1 | -10/+10 |
* | IE6 will shrink-wrap elements with layout instead of allowing content to flow... | Colin Snover | 2010-10-05 | 1 | -21/+36 |
* | Update $.fn.animate to change display mode only when necessary (inline, non-f... | Colin Snover | 2010-10-05 | 1 | -0/+12 |
* | Fix :visible does not work properly when display:none is set directly on an e... | Colin Snover | 2010-10-05 | 1 | -1/+14 |
* | Some minor cleanup of the last commit. | jeresig | 2010-09-27 | 1 | -4/+3 |
* | Add a feature test for options inside a disabled select. Follow-up to 157a383... | jeresig | 2010-09-27 | 1 | -1/+10 |
* | Fix trailing arg. | John Resig | 2010-09-17 | 1 | -1/+1 |
* | Make sure that jQuery works even when the individual modules are loaded separ... | jeresig | 2010-09-08 | 1 | -1/+5 |
* | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 1 | -1/+1 |
* | Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD... | jeresig | 2010-03-09 | 1 | -14/+1 |
* | More changes to get jQuery in line with JSLint. | jeresig | 2010-03-01 | 1 | -2/+2 |
* | Found a better detect for deleting an expando, added back in removeAttribute ... | jeresig | 2010-02-13 | 1 | -10/+9 |
* | Clean up expando removal code - only try to delete the expando from an elemen... | jeresig | 2010-02-13 | 1 | -0/+12 |
* | Make sure that we don't try to use a detached node (that was in a fragment) a... | jeresig | 2010-02-13 | 1 | -0/+2 |
* | Make sure that checked state is cloned properly. Based upon the patch by Mich... | Michael Monteleone | 2010-01-25 | 1 | -1/+10 |
* | Make a feature detect for the attribute selected code. Fixes #5702. | jeresig | 2009-12-22 | 1 | -1/+5 |
* | Make sure that the correct value is being pulled from checkboxes in Webkit. F... | jeresig | 2009-12-22 | 1 | -1/+6 |
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 1 | -1/+1 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 1 | -4/+4 |
* | Tweaked a couple cases where == was used instead of ===. | jeresig | 2009-12-21 | 1 | -1/+1 |
* | Stop trying to emulate the focus/blur event in IE, doesn't work as one might ... | Jörn Zaefferer | 2009-12-21 | 1 | -1/+0 |
* | Work around a weird computed number issue in WebKit. Fixes #5145. | John Resig | 2009-12-09 | 1 | -1/+2 |
* | Moved .ready() to core.js from event.js. | John Resig | 2009-12-07 | 1 | -2/+0 |
* | support.js needs to come before event.js (also placed in a temporary setTimeo... | John Resig | 2009-12-07 | 1 | -0/+3 |
* | Make sure that we're doing proper focus bubble testing. Also simplified the l... | John Resig | 2009-12-06 | 1 | -0/+1 |
* | 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 |