| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | 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 |
* | | Add back ID shortcut. It's about 3 times faster than going through jQuery.fn.... | timmywil | 2012-07-02 | 1 | -14/+40 |
* | | Move jQuery.sub to deprecated.js, because it is. | Dave Methvin | 2012-06-29 | 1 | -21/+0 |
|/ |
|
* | Fix #10895. Reduce IE poll interval to save CPU time. | Dave Methvin | 2012-06-26 | 1 | -4/+3 |
* | Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue... | Rick Waldron | 2012-06-25 | 1 | -40/+1 |
* | Do jQuery.trim in less bytes (-5). | timmywil | 2012-06-21 | 1 | -9/+4 |
* | Add parseHTML for explicitly parsing strings into html. Fixes #11617. | timmywil | 2012-06-21 | 1 | -17/+31 |
* | Close GH-829: no ticket: smaller jQuery.ready. | Richard Gibson | 2012-06-21 | 1 | -41/+38 |
* | Restore rhtmlString to its original form. 1.9 will come with starts-with html... | timmywil | 2012-06-21 | 1 | -2/+1 |
* | Revert "Adjust jQuery('html') detection to only match when html starts with '... | timmywil | 2012-06-21 | 1 | -2/+3 |
* | Adjust jQuery('html') detection to only match when html starts with '<' (coun... | timmywil | 2012-06-20 | 1 | -3/+2 |
* | When detecting html in init, ignore html characters within quotes, brackets, ... | timmywil | 2012-06-19 | 1 | -1/+2 |
* | Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ... | timmywil | 2012-06-18 | 1 | -46/+20 |
* | Interim take on cross-module variables, closes gh-817. | Richard Gibson | 2012-06-15 | 1 | -50/+50 |
* | Strips IIFEs from modules; Always require built jQuery for tests. | Rick Waldron | 2012-06-04 | 1 | -15/+14 |
* | @mikesherov said: no need for an else if! | jaubourg | 2012-05-07 | 1 | -1/+1 |
* | Simplify jQuery( html, props ), closes gh-765. | Scott González | 2012-05-06 | 1 | -6/+3 |
* | Transform $.bindReady into $.ready.promise. It is now possible to use $.ready... | jaubourg | 2012-05-06 | 1 | -50/+46 |
* | reduce complexity of ready further, and try manipulating DOM to make sure we'... | Mike Sherov | 2012-05-04 | 1 | -7/+5 |
* | remove jQuery.quickReady, save bytes, style nits in tests | Mike Sherov | 2012-05-04 | 1 | -28/+13 |
* | Fix #10067. Create jQuery.quickReady; closes gh-736. | Mike Sherov | 2012-04-23 | 1 | -3/+13 |
* | Remove $("body") case; $(document.body) is 2x faster. | Dave Methvin | 2012-04-18 | 1 | -9/+0 |
* | Fix #8894. Ensure `.appendTo` creates a new set in oldIE. | Oleg | 2012-04-16 | 1 | -1/+1 |
* | Remove moot second argument from `slice.call()` | Sindre Sorhus | 2012-04-04 | 1 | -1/+1 |
* | Fix #11325: smaller/stronger domManip/buildFragment/clean | Richard Gibson | 2012-04-04 | 1 | -1/+1 |
* | Makes parseXML act like parseJSON when given an empty or non-string input: no... | jaubourg | 2012-03-07 | 1 | -0/+3 |
* | Refine the jQuery.isWindow check. | RafaC3ABl Blais Masson | 2011-12-06 | 1 | -2/+1 |
* | Fix #5571. Setters should treat `undefined` as a no-op and be chainable. | Richard Gibson | 2011-12-06 | 1 | -16/+40 |
* | Remove rdigit now that it is no longer necessary | timmywil | 2011-11-18 | 1 | -3/+0 |
* | Landing pull request 586. Create exports.js for exporting jQuery to window an... | jrburke | 2011-11-14 | 1 | -14/+0 |
* | Removing .unbind in favor of .off in jQuery.ready | Daniel Herman | 2011-11-09 | 1 | -1/+1 |
* | Fix #10646. Throw an Error object from `.error()` for IE's sake. | Dave Methvin | 2011-11-07 | 1 | -1/+1 |
* | Fix #10690. Make sure `.isNumeric()` can't get a `Date`. | Dave Methvin | 2011-11-07 | 1 | -1/+1 |
* | Removed irrelevant comment. | Matt Mueller | 2011-11-06 | 1 | -2/+0 |
* | Coerce eq() argument all the time. Fixes #10616 | Rick Waldron | 2011-11-06 | 1 | -1/+2 |
* | Cleanup spacing in core.js. Fixes #10601 | Rick Waldron | 2011-10-27 | 1 | -7/+7 |