| Commit message (Expand) | Author | Age | Files | Lines |
* | Fixes #8635 again (fix was lost in rewrite). Also removes unnecessary "manual... | jaubourg | 2011-04-13 | 1 | -5/+2 |
* | Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou... | timmywil | 2011-04-11 | 1 | -3/+6 |
* | Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jquery | jeresig | 2011-04-10 | 1 | -2/+3 |
|\ |
|
| * | Added back support.js test for getSetAttribute and removed some duplicate cod... | timmywil | 2011-04-10 | 1 | -2/+3 |
* | | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr... | jeresig | 2011-04-10 | 1 | -0/+4 |
|\ \
| |/
|/| |
|
| * | Merge branch 'master' into proxy-native-bind | Gianni Chiappetta | 2011-01-21 | 1 | -23/+42 |
| |\ |
|
| * | | Noted which browsers don't support Function#bind. | Gianni Chiappetta | 2010-12-18 | 1 | -1/+1 |
| * | | Added list of browsers that currently support Function#bind. | Gianni Chiappetta | 2010-12-16 | 1 | -1/+2 |
| * | | Add a quick test to $.support for native bind. | Gianni Chiappetta | 2010-12-15 | 1 | -0/+3 |
* | | | Merge branch 'attrhooks.1.6' | jeresig | 2011-04-10 | 1 | -0/+3 |
|\ \ \ |
|
| * | | | IE8 testing for lowercasing the css properties on retrieving style; had assum... | timmywil | 2011-04-09 | 1 | -3/+3 |
| * | | | Full test suite now passes in all browsers! There are probably some tweaks we... | timmywil | 2011-04-03 | 1 | -1/+2 |
| * | | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing... | timmywil | 2011-04-03 | 1 | -1/+1 |
| * | | | Fix feature test, accidentally got rid of closure end | timmywil | 2011-04-03 | 1 | -1/+1 |
| * | | | First proposed solution for IE6/7 get/setAttribute quirks. Needs more testin... | timmywil | 2011-04-03 | 1 | -1/+4 |
* | | | | Adds a default falsy value for focusinBubbles + minor style consistency regar... | jaubourg | 2011-04-08 | 1 | -1/+2 |
* | | | | Applies exception in Style Guidelines regarding objects and functions when th... | jaubourg | 2011-04-08 | 1 | -1/+1 |
* | | | | Rewrite of the support module. We use a temporary body element in order not t... | jaubourg | 2011-04-07 | 1 | -151/+142 |
|/ / / |
|
* | | | Fixes #8203. Remove some misguided nulling of elements done in the name of IE... | Dave Methvin | 2011-03-30 | 1 | -7/+3 |
* | | | Bug #8635 Firefox uncaught exception | rwldrn | 2011-03-28 | 1 | -1/+1 |
* | | | Added css hook to work around bug in WebKit computed margin-right. Fixes #333... | Richard Worth | 2011-03-24 | 1 | -1/+13 |
* | | | Make a new jQuery.support.noCloneChecked - splitting apart the previous featu... | jeresig | 2011-02-23 | 1 | -2/+7 |
* | | | Remove unnecessary "script.type = text/javascript;". Fixes #8198. | David Murdoch | 2011-02-12 | 1 | -1/+0 |
* | | | Unexpose $.support._scriptEval as it's not needed. Use a private var instead.... | David Murdoch | 2011-02-12 | 1 | -5/+5 |
* | | | Update jQuery.support.noCloneEvent test to function properly in IE9. Fixes #8... | Colin Snover | 2011-02-07 | 1 | -1/+1 |
* | | | Don't do body-related feature tests on frameset docs that have no body. Fixes... | Dave Methvin | 2011-01-21 | 1 | -4/+10 |
| |/
|/| |
|
* | | Add another tweak for handling CSP - we need to make sure that we don't trigg... | John Resig | 2011-01-18 | 1 | -1/+10 |
* | | Defer scriptEval test until first use to prevent Content Security Policy inli... | Brandon Sterne | 2011-01-17 | 1 | -23/+33 |
* | | Fix reliableHiddenOffsets test was not working properly when table cells have... | Colin Snover | 2010-12-26 | 1 | -1/+1 |
|/ |
|
* | 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 |