| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix #13223. Re-allow leading space in HTML. Close gh-1264. | Dave Methvin | 2013-05-09 | 1 | -1/+1 |
* | No ticket: Move jQuery.fn.size to deprecated. Close gh-1229. | Michał Gołębiowski | 2013-04-07 | 1 | -5/+0 |
* | Fix #12199. Handle iteration over inherited properties in oldIE. Close | Brandon Johnson | 2013-04-04 | 1 | -2/+10 |
* | Fix #13543. offsetWidth is wrong on non-1 zoom. Close gh-1218. | Michał Gołębiowski | 2013-04-03 | 1 | -0/+23 |
* | Update grunt-contrib-jshint to 0.3.0, ref gh-1204. | Michał Gołębiowski | 2013-04-03 | 1 | -0/+1 |
* | No ticket: move jQuery.expando to core | Richard Gibson | 2013-02-25 | 1 | -0/+4 |
* | No ticket: Reduce size in anticipation of Sizzle-free builds | Richard Gibson | 2013-02-22 | 1 | -1/+2 |
* | Fix #13356. Clean up after load/ready handlers. Close gh-1152. | Oleg | 2013-02-04 | 1 | -13/+24 |
* | Fix #13355. Tweak Uglify options and var order for gzip. Close gh-1151. | Oleg | 2013-01-31 | 1 | -5/+5 |
* | Change variables initialization sequence for some declarations | Oleg | 2013-01-31 | 1 | -3/+3 |
* | Fix #13315: compare typeof node.method to var instead of literal "undefined" ... | Richard Gibson | 2013-01-24 | 1 | -0/+4 |
* | Resurrect buildFragment and sacrifice jQuery.clean. See gh-1117. | Dave Methvin | 2013-01-08 | 1 | -2/+1 |
* | Followup to gh-1089. Avoid duplicate typeof check. | Dave Methvin | 2012-12-23 | 1 | -7/+6 |
* | Fix #13075. Optimize $.type by preferring `typeof`. Close gh-1089. | Sebi Burkhard | 2012-12-23 | 1 | -3/+6 |
* | Fix #13076. Speed up $() with strings, part of gh-1089. | Sebi Burkhard | 2012-12-23 | 1 | -2/+2 |
* | Adjust jQuery('html') detection to only match when html starts with '<' (not ... | timmywil | 2012-12-13 | 1 | -1/+2 |
* | Fixes #11938: Adding array getter method to jQuery.fn.css | Mike Sherov | 2012-12-11 | 1 | -1/+1 |
* | Fix #10417. setTimeout w/o 2nd arg is jQuery.later! Close gh-1065. | Oleg | 2012-12-10 | 1 | -2/+2 |
* | Be specific about Firefox nodes-as-nodelist. Never assume that modern browser... | Rick Waldron | 2012-12-10 | 1 | -0/+4 |
* | Fixes #13021. Normalization of core utility array like detection based on sta... | Rick Waldron | 2012-12-10 | 1 | -28/+45 |
* | Fix #13013. Move jQuery.buildFragment() to compat plugin. | Dave Methvin | 2012-12-06 | 1 | -1/+2 |
* | Fix #11989. Remove fragment cache, moving to jquery-compat. Close gh-1052. | Paul Ramos | 2012-12-04 | 1 | -2/+1 |
* | Fix #12959: Optimize library-wide patterns | Richard Gibson | 2012-11-27 | 1 | -25/+26 |
* | Fix #12191. jQuery.type should return "error" for Error objects. | Dave Methvin | 2012-11-24 | 1 | -1/+1 |
* | Fix #11795, #10470: keep scripts in DOM; execute only on first insertion. Clo... | Richard Gibson | 2012-11-19 | 1 | -9/+15 |
* | Remove APIs now in jquery-compat | Dave Methvin | 2012-11-07 | 1 | -1/+0 |
* | Restore jQuery.access parameter mistakenly removed in 80d45a69 | Richard Gibson | 2012-11-06 | 1 | -14/+17 |
* | Fix #12840: remove undocumented parameter "pass" from .attr. Close gh-1017. | Richard Gibson | 2012-11-05 | 1 | -19/+30 |
* | Follow-up for .selector property removal | Oleg | 2012-11-01 | 1 | -4/+3 |
* | Fix #9469. Remove semi-functional .selector property. Close gh-1006. | Dave Methvin | 2012-10-24 | 1 | -8/+1 |
* | Fix #12107. Let .proxy() curry args without overwriting context. Close gh-866. | Marcel Greter | 2012-10-20 | 1 | -1/+1 |
* | Don't expose jQuery.deletedIds. Close gh-889. | Rick Waldron | 2012-10-20 | 1 | -0/+3 |
* | Fix #4262: faster .eq(), closes gh-1000. | Richard Gibson | 2012-10-19 | 1 | -8/+7 |
* | Fix #12751. Ensure parseJson throws in the same situations as JSON.parse. Clo... | James Huston | 2012-10-17 | 1 | -13/+18 |
* | no ticket: remove and enforce unused vars in jshint | Mike Sherov | 2012-10-17 | 1 | -1/+1 |
* | Use the correct escape for BOM; add build code to detect non-ASCII. | Dave Methvin | 2012-10-11 | 1 | -1/+1 |
* | Use Uglify's ascii_only to avoid converting UTF-8 escapes. | Dave Methvin | 2012-10-11 | 1 | -2/+1 |
* | Fix #12690. Avoid use of UTF-8 chars in final files. | Dave Methvin | 2012-10-10 | 1 | -1/+2 |
* | Fix #12229, size/consistency improvements. Close gh-887. | Richard Gibson | 2012-09-18 | 1 | -3/+3 |
* | Scorch the earth and retreat on readyState interactive! Close gh-907. | Mike Sherov | 2012-08-23 | 1 | -2/+2 |
* | Fix #12350: jQuery.trim should remove BOM | Richard Gibson | 2012-08-21 | 1 | -3/+3 |
* | Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897." | Dave Methvin | 2012-08-20 | 1 | -2/+2 |
* | Fix #12282. IE has premature .readyState == "interactive". Close gh-901. | Mike Sherov | 2012-08-20 | 1 | -3/+4 |
* | Fix #12350. Remove BOM in jQuery.trim. Close gh-897. | Wesley Walser | 2012-08-19 | 1 | -2/+2 |
* | Clean up regexen; use common regex for numbers. Close gh-862. | Richard Gibson | 2012-07-22 | 1 | -2/+5 |
* | Follow the style guide, lose 72 bytes! Closes gh-840. | Mike Sherov | 2012-07-09 | 1 | -21/+31 |
* | Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848. | Mike Sherov | 2012-07-06 | 1 | -4/+5 |
* | Optimization of array operations, closes gh-844. | Oleg | 2012-07-06 | 1 | -8/+2 |
* | Stop using reserved words as argument names, closes gh-841. | Mike Sherov | 2012-07-06 | 1 | -23/+23 |
|\ |
|
| * | stop using reserved words as argument names | Mike Sherov | 2012-06-28 | 1 | -23/+23 |