aboutsummaryrefslogtreecommitdiffstats
path: root/src/core.js
Commit message (Expand)AuthorAgeFilesLines
...
* Use the correct escape for BOM; add build code to detect non-ASCII.Dave Methvin2012-10-111-1/+1
* Use Uglify's ascii_only to avoid converting UTF-8 escapes.Dave Methvin2012-10-111-2/+1
* Fix #12690. Avoid use of UTF-8 chars in final files.Dave Methvin2012-10-101-1/+2
* Fix #12229, size/consistency improvements. Close gh-887.Richard Gibson2012-09-181-3/+3
* Scorch the earth and retreat on readyState interactive! Close gh-907.Mike Sherov2012-08-231-2/+2
* Fix #12350: jQuery.trim should remove BOMRichard Gibson2012-08-211-3/+3
* Revert "Fix #12350. Remove BOM in jQuery.trim. Close gh-897."Dave Methvin2012-08-201-2/+2
* Fix #12282. IE has premature .readyState == "interactive". Close gh-901.Mike Sherov2012-08-201-3/+4
* Fix #12350. Remove BOM in jQuery.trim. Close gh-897.Wesley Walser2012-08-191-2/+2
* Clean up regexen; use common regex for numbers. Close gh-862.Richard Gibson2012-07-221-2/+5
* Follow the style guide, lose 72 bytes! Closes gh-840.Mike Sherov2012-07-091-21/+31
* Fix #12018, readyState "interactive" in oldIE lies! Closes gh-848.Mike Sherov2012-07-061-4/+5
* Optimization of array operations, closes gh-844.Oleg2012-07-061-8/+2
* Stop using reserved words as argument names, closes gh-841.Mike Sherov2012-07-061-23/+23
|\
| * stop using reserved words as argument namesMike Sherov2012-06-281-23/+23
* | Add back ID shortcut. It's about 3 times faster than going through jQuery.fn....timmywil2012-07-021-14/+40
* | Move jQuery.sub to deprecated.js, because it is.Dave Methvin2012-06-291-21/+0
|/
* Fix #10895. Reduce IE poll interval to save CPU time.Dave Methvin2012-06-261-4/+3
* Adds src/deprecated.js, test/unit/deprecated.js; -deprecated flag; Moves jQue...Rick Waldron2012-06-251-40/+1
* Do jQuery.trim in less bytes (-5).timmywil2012-06-211-9/+4
* Add parseHTML for explicitly parsing strings into html. Fixes #11617.timmywil2012-06-211-17/+31
* Close GH-829: no ticket: smaller jQuery.ready.Richard Gibson2012-06-211-41/+38
* Restore rhtmlString to its original form. 1.9 will come with starts-with html...timmywil2012-06-211-2/+1
* Revert "Adjust jQuery('html') detection to only match when html starts with '...timmywil2012-06-211-2/+3
* Adjust jQuery('html') detection to only match when html starts with '<' (coun...timmywil2012-06-201-3/+2
* When detecting html in init, ignore html characters within quotes, brackets, ...timmywil2012-06-191-1/+2
* Move quickIs to Sizzle; Remove duplicate id matching in init; Added selector ...timmywil2012-06-181-46/+20
* Interim take on cross-module variables, closes gh-817.Richard Gibson2012-06-151-50/+50
* Strips IIFEs from modules; Always require built jQuery for tests.Rick Waldron2012-06-041-15/+14
* @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
* Transform $.bindReady into $.ready.promise. It is now possible to use $.ready...jaubourg2012-05-061-50/+46
* reduce complexity of ready further, and try manipulating DOM to make sure we'...Mike Sherov2012-05-041-7/+5
* remove jQuery.quickReady, save bytes, style nits in testsMike Sherov2012-05-041-28/+13
* Fix #10067. Create jQuery.quickReady; closes gh-736.Mike Sherov2012-04-231-3/+13
* Remove $("body") case; $(document.body) is 2x faster.Dave Methvin2012-04-181-9/+0
* Fix #8894. Ensure `.appendTo` creates a new set in oldIE.Oleg2012-04-161-1/+1
* Remove moot second argument from `slice.call()`Sindre Sorhus2012-04-041-1/+1
* Fix #11325: smaller/stronger domManip/buildFragment/cleanRichard Gibson2012-04-041-1/+1
* Makes parseXML act like parseJSON when given an empty or non-string input: no...jaubourg2012-03-071-0/+3
* Refine the jQuery.isWindow check.RafaC3ABl Blais Masson2011-12-061-2/+1
* Fix #5571. Setters should treat `undefined` as a no-op and be chainable.Richard Gibson2011-12-061-16/+40
* Remove rdigit now that it is no longer necessarytimmywil2011-11-181-3/+0
* Landing pull request 586. Create exports.js for exporting jQuery to window an...jrburke2011-11-141-14/+0
* Removing .unbind in favor of .off in jQuery.readyDaniel Herman2011-11-091-1/+1
* Fix #10646. Throw an Error object from `.error()` for IE's sake.Dave Methvin2011-11-071-1/+1
* Fix #10690. Make sure `.isNumeric()` can't get a `Date`.Dave Methvin2011-11-071-1/+1
* Removed irrelevant comment.Matt Mueller2011-11-061-2/+0
* Coerce eq() argument all the time. Fixes #10616Rick Waldron2011-11-061-1/+2
* Cleanup spacing in core.js. Fixes #10601Rick Waldron2011-10-271-7/+7