aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* remove redundant conditionRichard Gibson2012-04-221-2/+1
* style adherenceRichard Gibson2012-04-221-1/+1
* refactor jsonp.js for size and clarityRichard Gibson2012-04-221-51/+55
* define curCSS without temp vars to save 10 bytesMike Sherov2012-04-201-10/+4
* Enforce 20s timeout for all unit tests.Timo Tijhof2012-04-201-4/+20
* Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf...jaubourg2012-04-202-4/+55
* Remove unnec. else conditionMike Sherov2012-04-191-1/+1
* Update grunt version to >=0.3.9Rick Waldron waldron.rick@gmail.com2012-04-181-1/+2
* Initial grunt implementationRick Waldron waldron.rick@gmail.com2012-04-183-1/+193
* Remove $("body") case; $(document.body) is 2x faster.Dave Methvin2012-04-182-9/+0
* Fix #8894. Ensure `.appendTo` creates a new set in oldIE.Oleg2012-04-163-17/+23
* Make test async to please Opera 11.1; supplements #11500Rick Waldron2012-04-161-1/+2
* Merge pull request #738 from rwldrn/fix-mangled-indentsRick Waldron2012-04-161-16/+16
|\
| * More indent correctionRick Waldron waldron.rick@gmail.com2012-04-151-10/+10
| * Fixes mangled indents.Rick Waldron waldron.rick@gmail.com2012-04-151-6/+6
|/
* Update sizzle revYehuda Katz2012-04-151-0/+0
* Fix some stragglersYehuda Katz2012-04-152-16/+10
* Remove Ajax requirement for simple XML testsYehuda Katz2012-04-154-47/+78
* Amends #10324. Remove object markup fixture; create programmaticallyRick Waldron2012-04-112-3/+2
* Followup on #10324. Eliminate duplicate name attribute.Dave Methvin2012-04-101-1/+1
* Fix #11500. Allow triggered, simulated change events.Rick Waldron2012-04-102-2/+12
* Fix #10324. IE9 fumbles the innerHTML on object elements.Rick Waldron2012-04-103-1/+19
|\
| * Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324Rick Waldron waldron.rick@gmail.com2012-03-232-0/+8
| * Failing test (http://gyazo.com/0a7285e1d10039bc8ec8bc340fac15a9.png)Rick Waldron waldron.rick@gmail.com2012-03-231-1/+10
* | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().Arne de Bree2012-04-102-1/+19
* | Fix 11004. getWH() box-sizing:border-box includes padding and border.Mike Sherov2012-04-104-32/+57
* | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.Mike Sherov2012-04-063-41/+129
* | Fix #10996, simplify offset code by forsaking ancient browsers.Mike Sherov2012-04-054-111/+14
* | Speed up .css() by eliminating the middleman.Mike Sherov2012-04-051-1/+1
* | Fix #11543: .has should work on detached elements.Richard Gibson2012-04-052-4/+13
* | Fixes #11338, .replaceWith should work on detached nodes.Oleg2012-04-052-9/+12
* | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE.cmcnulty2012-04-052-5/+20
* | Fix #8653, .param() undefined/null values become empty stringstsinha2012-04-052-7/+10
* | Followup to #11469; add test case and clarify code.Sindre Sorhus2012-04-042-2/+12
* | Remove moot second argument from `slice.call()`Sindre Sorhus2012-04-043-5/+5
* | Fix #11325: smaller/stronger domManip/buildFragment/cleanRichard Gibson2012-04-042-120/+95
* | Updating year to 2012.J Bruni2012-04-041-1/+1
* | Use multiply rather than divide for speed.Oskari2012-04-041-1/+1
* | Fix #11439. Remove use of undefined jQuery.support.parentNode.Robert Katic2012-04-041-11/+2
* | Fix #11435. Remove obsolete test code.Andy Monat2012-04-041-6/+0
* | Fix #8545. Plug event handling memory leak in oldIE.Oleg2012-04-043-19/+28
* | Merge branch '1.8/#11011/Callbacks' into 1.8prejaubourg2012-04-032-137/+159
|\ \
| * | Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit t...jaubourg2012-04-022-137/+159
* | | Merge branch '1.8/#11010/Deferred' into 1.8prejaubourg2012-04-033-42/+48
|\ \ \
| * | | Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ...jaubourg2012-04-023-42/+48
| |/ /
* | | For much improved consistency, jqXHR.abort() sets a default statusText of 'ca...jaubourg2012-04-022-6/+10
* | | $.ajax now always returns an object implementing the Promise interface. Fixes...jaubourg2012-04-022-10/+15
|/ /
* / Update Sizzle and add test for sizzle getText fix. Removes usage of innerText...timmywil2012-03-302-1/+5
|/
* Updating the source version to 1.7.3preDave Methvin2012-03-211-1/+1
* Tagging the 1.7.2 release.Dave Methvin2012-03-211-1/+1