aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Use a do-while statement to reduce redundant codeRick Waldron2012-05-071-4/+3
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Fixes lint issues.Rick Waldron2012-05-071-1/+4
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Additional reduction per @Raynos suggestion. Thanks!Rick Waldron2012-05-071-9/+4
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Further reduce historical cruft. Removes the untested and unnec. jQuery.nth()Rick Waldron2012-05-071-14/+13
| | | | Signed-off-by: Rick Waldron <waldron.rick@gmail.com>
* Merge branch 'bug11720-nth-argument' of ↵Rick Waldron2012-05-071-5/+4
|\ | | | | | | | | | | | | https://github.com/sindresorhus/jquery into 1.8pre * 'bug11720-nth-argument' of https://github.com/sindresorhus/jquery: Remove unnecessary arguments from .nth(). Fixes #11720
| * Remove unnecessary arguments from .nth(). Fixes #11720Sindre Sorhus2012-05-071-5/+4
| | | | | | | | Also use postfix increment to make it a little clearer.
* | @mikesherov said: no need for an else if!jaubourg2012-05-071-1/+1
|/
* Simplify jQuery( html, props ), closes gh-765.Scott González2012-05-061-6/+3
|
* Fixes #11402. domManip now also removes the closing part of HTML comments or ↵jaubourg2012-05-061-1/+1
| | | | CDATA surrounding executed scripts. Unit tests added.
* Transform $.bindReady into $.ready.promise. It is now possible to use ↵jaubourg2012-05-061-50/+46
| | | | $.ready.promise or $.when( $.ready ) to get the ready promise. Costs *1* byte min/gzipped. Unit test added.
* reduce complexity of ready further, and try manipulating DOM to make sure ↵Mike Sherov2012-05-041-7/+5
| | | | we're really ready
* remove jQuery.quickReady, save bytes, style nits in testsMike Sherov2012-05-041-28/+13
|
* -8 bytesOleg2012-05-041-6/+5
|
* Fixes the parameters given to load callback when the request errors.jaubourg2012-05-021-6/+11
|
* jQuery.fn.load optimizationOleg2012-05-011-47/+38
|
* jQuery.ajaxSetup() data is merged with params. Fixes #10524Oleg2012-05-011-1/+0
|
* Gains 1 more byte min/gz and reminds that isResolved and isRejected are ↵jaubourg2012-04-281-2/+2
| | | | deprecated in the comments.
* Merge branch '1.8-deferred-optimize2' of git://github.com/gibson042/jquery ↵jaubourg2012-04-281-8/+11
|\ | | | | | | into PR754
| * code compressionRichard Gibson2012-04-261-8/+11
| |
* | Simplifies the way the internal memory storage is handled.jaubourg2012-04-281-9/+8
| |
* | Opera announced they will start supporting the -webkit- prefix for a ↵jaubourg2012-04-281-1/+1
|/ | | | selected set of css properties. Let's put the inspection of -webkit- prefix properties as the last one in case this propagates to the style object and/or other browsers (the cssPrefixes array is inspected from right to left).
* Trims down deferred.js. The gist of it is from the magnificent @gibson042, I ↵jaubourg2012-04-251-89/+86
| | | | just added some minor touches.
* Callbacks.add now accepts array-like objects (like Arguments). Now uses the ↵jaubourg2012-04-251-6/+6
| | | | slice method of the args array in fireWith rather than a quite slow jQuery.merge.
* 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 ↵jaubourg2012-04-251-2/+2
| | | | test added.
* How about we save 62 bytes? Also ensure that the arguments array given to ↵jaubourg2012-04-251-78/+42
| | | | fireWith is copied internally.
* Since we can pass an object to jQuery.Callbacks now, let's name it options ↵jaubourg2012-04-251-21/+23
| | | | to be consistent with the rest of the code.
* Uses a copy of the flags when they are given as an object rather than the ↵jaubourg2012-04-251-1/+1
| | | | object itself. That way, we're sure flags are immutable for the entire lifetime of the Callbacks instance.
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-231-3/+13
| | | | Allows us to get to the ready state sooner by not waiting for iframes to load. If that causes backcompat pain, use `jQuery.quickReady = false` as prescribed by your developer.
* 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 ↵jaubourg2012-04-201-2/+12
| | | | safest possible way (no kittens were harmed in the making of this). Doesn't even try to delete window properties (would necessitate a try/catch for IE which makes the cost in size prohibitive). Unit tests added.
* 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
| | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
* Fixes mangled indents.Rick Waldron waldron.rick@gmail.com2012-04-151-6/+6
| | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
* 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
| | | | | | | | Signed-off-by: Rick Waldron waldron.rick@gmail.com <waldron.rick@gmail.com>
* | Fix 11547. XML and IE DOM can't be force-lowercase in removeAttr().Arne de Bree2012-04-101-1/+6
| | | | | | | | See discussion on pull request: https://github.com/jquery/jquery/pull/724
* | 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
| |