aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Trims down deferred.js. The gist of it is from the magnificent @gibson042, I ...jaubourg2012-04-251-89/+86
* Callbacks.add now accepts array-like objects (like Arguments). Now uses the s...jaubourg2012-04-251-6/+6
* Use real declaration since that helps gzip: thanks @gibson042.jaubourg2012-04-251-3/+5
* Regression: makes sure that all instances of a callback are removed. Unit tes...jaubourg2012-04-251-2/+2
* How about we save 62 bytes? Also ensure that the arguments array given to fir...jaubourg2012-04-251-78/+42
* Since we can pass an object to jQuery.Callbacks now, let's name it options to...jaubourg2012-04-251-21/+23
* Uses a copy of the flags when they are given as an object rather than the obj...jaubourg2012-04-251-1/+1
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-231-3/+13
* Effects: 1.8 Animation Rewrite - thanks @mikesherov and @gibson042Corey Frang2012-04-232-542/+553
* Prevents tests for replaceInData to take place if replaceInUrl is already true.jaubourg2012-04-231-1/+1
* 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
* Fixes #8205. Mitigates memory usage by recycling jsonp callback names the saf...jaubourg2012-04-201-2/+12
* Remove unnec. else conditionMike Sherov2012-04-191-1/+1
* 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-162-16/+14
* 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 #11500. Allow triggered, simulated change events.Rick Waldron2012-04-101-2/+2
* Fix #10324. IE9 fumbles the innerHTML on object elements.Rick Waldron2012-04-101-0/+8
|\
| * Ensure innerHTML of src/dest clone nodes is correctly set. Fixes #10324Rick Waldron waldron.rick@gmail.com2012-03-231-0/+7
* | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().Arne de Bree2012-04-101-1/+6
* | Fix 11004. getWH() box-sizing:border-box includes padding and border.Mike Sherov2012-04-103-32/+45
* | Fix #10413, #10679. Fix box-sizing:border-box and add css vendor prefix support.Mike Sherov2012-04-062-37/+76
* | Fix #10996, simplify offset code by forsaking ancient browsers.Mike Sherov2012-04-052-86/+12
* | Speed up .css() by eliminating the middleman.Mike Sherov2012-04-051-1/+1
* | Fix #11543: .has should work on detached elements.Richard Gibson2012-04-051-1/+1
* | Fixes #11338, .replaceWith should work on detached nodes.Oleg2012-04-051-7/+7
* | Fix 11528. Exclude link/html5 tags from innerHTML path on oldIE.cmcnulty2012-04-051-5/+7
* | Fix #8653, .param() undefined/null values become empty stringstsinha2012-04-051-1/+1
* | Followup to #11469; add test case and clarify code.Sindre Sorhus2012-04-041-2/+3
* | 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
* | 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 #8545. Plug event handling memory leak in oldIE.Oleg2012-04-043-19/+28
* | Merge branch '1.8/#11011/Callbacks' into 1.8prejaubourg2012-04-031-2/+2
|\ \
| * | Allows traditional options object for $.Callbacks flags. Fixes #11011. Unit t...jaubourg2012-04-021-2/+2
* | | Merge branch '1.8/#11010/Deferred' into 1.8prejaubourg2012-04-032-9/+11
|\ \ \
| * | | Makes Deferred implementation truly Promise/A compliant. Unit tests amended. ...jaubourg2012-04-022-9/+11
| |/ /
* | | For much improved consistency, jqXHR.abort() sets a default statusText of 'ca...jaubourg2012-04-021-4/+8
* | | $.ajax now always returns an object implementing the Promise interface. Fixes...jaubourg2012-04-021-3/+3
|/ /
* / Update Sizzle and add test for sizzle getText fix. Removes usage of innerText...timmywil2012-03-301-0/+0
|/
* Fix #11469. Exclude margins from the negative property check.louisremi2012-03-211-3/+6
* Makes parseXML act like parseJSON when given an empty or non-string input: no...jaubourg2012-03-071-0/+3
* Fixes #4624... 3 years later, people!jaubourg2012-03-072-3/+2
* Fixes #11264 or rather seriously limits the risk of global ajaxSettings screw...jaubourg2012-03-071-0/+2