aboutsummaryrefslogtreecommitdiffstats
path: root/src/support.js
Commit message (Expand)AuthorAgeFilesLines
* Fixes #9239. If the body is already present in the DOM, use a div within it t...jaubourg2011-05-131-10/+22
* Landing pull request 370. Fixes #8763.Sahab Yazdani2011-05-101-1/+1
* Fixes #9109. When jQuery is loaded in the body, then the fake body element us...jaubourg2011-05-091-2/+3
* Set background to none on our mock body and remove its contents to avoid a cr...timmywil2011-05-021-1/+4
* jQuery.support core style guide correction. Fixes #8978Rick Waldron2011-04-261-1/+1
* Combine the support tests for radioValue and appendCheckedtimmywil2011-04-221-10/+8
* Landing pull request 332. Appending disconnected radio or checkbox inputs and...timmywil2011-04-211-0/+8
* Landing pull request [337](https://github.com/jquery/jquery/pull/337). Value ...timmywil2011-04-211-0/+5
* Remove unnecessary usage of Function.prototype.bind (#7783) but maintain API....John Resig2011-04-171-4/+0
* Fixes #8635 again (fix was lost in rewrite). Also removes unnecessary "manual...jaubourg2011-04-131-5/+2
* Fixes unit/css.js test fail in Safari 5. support.js test was passing erroneou...timmywil2011-04-111-3/+6
* Merge branch 'attrhooks.1.6v2' of https://github.com/timmywil/jqueryjeresig2011-04-101-2/+3
|\
| * Added back support.js test for getSetAttribute and removed some duplicate cod...timmywil2011-04-101-2/+3
* | Merge branch 'proxy-native-bind' of https://github.com/gf3/jquery into gf3-pr...jeresig2011-04-101-0/+4
|\ \ | |/ |/|
| * Merge branch 'master' into proxy-native-bindGianni Chiappetta2011-01-211-23/+42
| |\
| * | Noted which browsers don't support Function#bind.Gianni Chiappetta2010-12-181-1/+1
| * | Added list of browsers that currently support Function#bind.Gianni Chiappetta2010-12-161-1/+2
| * | Add a quick test to $.support for native bind.Gianni Chiappetta2010-12-151-0/+3
* | | Merge branch 'attrhooks.1.6'jeresig2011-04-101-0/+3
|\ \ \
| * | | IE8 testing for lowercasing the css properties on retrieving style; had assum...timmywil2011-04-091-3/+3
| * | | Full test suite now passes in all browsers! There are probably some tweaks we...timmywil2011-04-031-1/+2
| * | | Continuing IE7 testing, conditional attr fixes and hooks with feature testing...timmywil2011-04-031-1/+1
| * | | Fix feature test, accidentally got rid of closure endtimmywil2011-04-031-1/+1
| * | | First proposed solution for IE6/7 get/setAttribute quirks. Needs more testin...timmywil2011-04-031-1/+4
* | | | Adds a default falsy value for focusinBubbles + minor style consistency regar...jaubourg2011-04-081-1/+2
* | | | Applies exception in Style Guidelines regarding objects and functions when th...jaubourg2011-04-081-1/+1
* | | | Rewrite of the support module. We use a temporary body element in order not t...jaubourg2011-04-071-151/+142
|/ / /
* | | Fixes #8203. Remove some misguided nulling of elements done in the name of IE...Dave Methvin2011-03-301-7/+3
* | | Bug #8635 Firefox uncaught exceptionrwldrn2011-03-281-1/+1
* | | Added css hook to work around bug in WebKit computed margin-right. Fixes #333...Richard Worth2011-03-241-1/+13
* | | Make a new jQuery.support.noCloneChecked - splitting apart the previous featu...jeresig2011-02-231-2/+7
* | | Remove unnecessary "script.type = text/javascript;". Fixes #8198.David Murdoch2011-02-121-1/+0
* | | Unexpose $.support._scriptEval as it's not needed. Use a private var instead....David Murdoch2011-02-121-5/+5
* | | Update jQuery.support.noCloneEvent test to function properly in IE9. Fixes #8...Colin Snover2011-02-071-1/+1
* | | Don't do body-related feature tests on frameset docs that have no body. Fixes...Dave Methvin2011-01-211-4/+10
| |/ |/|
* | Add another tweak for handling CSP - we need to make sure that we don't trigg...John Resig2011-01-181-1/+10
* | Defer scriptEval test until first use to prevent Content Security Policy inli...Brandon Sterne2011-01-171-23/+33
* | Fix reliableHiddenOffsets test was not working properly when table cells have...Colin Snover2010-12-261-1/+1
|/
* Moved jQuery.props to attributes since it was only used in support. Fixes #68...Alex Sexton2010-10-251-14/+0
* We removed deleteExpando after 1.4.2, for some reason. This caused problems w...John Resig2010-10-171-0/+10
* Fixed code convention issues. Reduced size of overflow reset code. Fixed brok...Colin Snover2010-10-081-10/+10
* IE6 will shrink-wrap elements with layout instead of allowing content to flow...Colin Snover2010-10-051-21/+36
* Update $.fn.animate to change display mode only when necessary (inline, non-f...Colin Snover2010-10-051-0/+12
* Fix :visible does not work properly when display:none is set directly on an e...Colin Snover2010-10-051-1/+14
* Some minor cleanup of the last commit.jeresig2010-09-271-4/+3
* Add a feature test for options inside a disabled select. Follow-up to 157a383...jeresig2010-09-271-1/+10
* Fix trailing arg.John Resig2010-09-171-1/+1
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-1/+5
* Made it so that you no longer need to build jQuery in order to run the test s...jeresig2010-03-231-1/+1
* Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD...jeresig2010-03-091-14/+1