| Commit message (Expand) | Author | Age | Files | Lines |
* | Simplification of uaMatch, based upon the patch by Ben Alman. | Ben Alman | 2010-01-23 | 1 | -17/+6 |
* | The inArray declaration was accidentally duplicated. | John Resig | 2010-01-15 | 1 | -6/+0 |
* | Fixed typo in logic, also disabled function setters in this case to allow th... | jeresig | 2010-01-12 | 1 | -1/+1 |
* | browser version detection revised for opera >= 10, which was reporting itself... | Paul Irish | 2010-01-12 | 1 | -2/+2 |
* | fixed typo in comments | Neeraj Singh | 2010-01-12 | 1 | -1/+1 |
* | A first pass at making sure that all the setter function arguments receive th... | jeresig | 2010-01-06 | 1 | -1/+1 |
* | Make sure to do a deep copy on arrays. #5750 | Filipe Fortes | 2010-01-07 | 1 | -4/+4 |
* | Merging in jQuery.proxy() branch. | jeresig | 2010-01-05 | 1 | -0/+31 |
|\ |
|
| * | Added in jQuery.proxy(obj, name), like the method described in Secrets of the... | jeresig | 2009-12-31 | 1 | -7/+18 |
| * | Moved jQuery.proxy() into core. | jeresig | 2009-12-31 | 1 | -0/+20 |
* | | Rewrite of jQuery.browser to become engine-centric, rather than browser-centr... | jeresig | 2010-01-05 | 1 | -10/+38 |
* | | Rather than declaring empty anonymous functions all around, introduce and use... | jeresig | 2009-12-31 | 1 | -0/+2 |
|/ |
|
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 1 | -1/+1 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 1 | -4/+7 |
* | The constructor check for isPlainObject was redundant, everything still passe... | jeresig | 2009-12-18 | 1 | -1/+1 |
* | Added additional checks for DOM nodes and window to isPlainObject, IE 8 was s... | jeresig | 2009-12-18 | 1 | -1/+2 |
* | Disabled the passthrough .attr(method_name) functionality. You can now use it... | jeresig | 2009-12-18 | 1 | -4/+10 |
* | Made isPlainObject() supporting null, undefined, and window values on IE too.... | Robert Katic | 2009-12-19 | 1 | -4/+6 |
* | Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacbafad8dc1e5, they were i... | jeresig | 2009-12-17 | 1 | -7/+2 |
* | Moved readyList check. | jeresig | 2009-12-16 | 1 | -2/+2 |
* | Retooled the arguments.callee-related changes in 98ce35d52b17a033822f31d8a362... | jeresig | 2009-12-16 | 1 | -29/+48 |
* | Make sure that dynamically-created elements don't have a parent. Fixes #5638. | John Resig | 2009-12-10 | 1 | -2/+7 |
* | Moved some methods around inbetween core.js and traversing.js. Core methods s... | John Resig | 2009-12-10 | 1 | -19/+29 |
* | Made some minor formatting changes to the access function. | John Resig | 2009-12-10 | 1 | -10/+9 |
* | Rewrote .merge() (faster and less obtuse now). Fixed #5610. | John Resig | 2009-12-09 | 1 | -14/+11 |
* | Fix up whitespace and a couple of glitches. | Yehuda Katz | 2009-12-09 | 1 | -3/+3 |
* | Switched jQuery() to represent jQuery([]) instead of jQuery(document). | John Resig | 2009-12-09 | 1 | -3/+1 |
* | Clarified the use of jQuery.browser and enforced jQuery.browser.firefox match... | John Resig | 2009-12-09 | 1 | -4/+3 |
* | Make sure that document ready events, inside a document ready, are added to t... | John Resig | 2009-12-09 | 1 | -1/+1 |
* | Added in jQuery.browser.firefox, deprecated jQuery.browser.mozilla. | John Resig | 2009-12-08 | 1 | -2/+5 |
* | Get browser version rather than rendering engine version. | Dave Methvin | 2009-12-09 | 1 | -2/+2 |
* | Removed uses of arguments.callee from jQuery. | John Resig | 2009-12-07 | 1 | -7/+9 |
* | Moved .ready() to core.js from event.js. | John Resig | 2009-12-07 | 1 | -0/+123 |
* | Added an extra function check to prevent crashes in Safari 2. Fixes #3039. | John Resig | 2009-12-06 | 1 | -1/+3 |
* | Use the isXML function from Sizzle. | John Resig | 2009-12-06 | 1 | -8/+0 |
* | Merge branch 'master' of git@github.com:jquery/jquery | John Resig | 2009-12-06 | 1 | -1/+1 |
|\ |
|
| * | Fix regexp for $.trim so it doesn't whack embedded spaces. | Dave Methvin | 2009-12-06 | 1 | -1/+1 |
* | | Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestio... | John Resig | 2009-12-06 | 1 | -3/+3 |
|/ |
|
* | Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also... | Ben Alman | 2009-12-04 | 1 | -2/+3 |
* | Make sure that a DOM node isn't getting passed through (as is the case in IE,... | jeresig | 2009-12-02 | 1 | -1/+1 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2009-11-30 | 1 | -1/+1 |
|\ |
|
| * | Fixes $.trim for closes #4980 | Yehuda Katz | 2009-11-30 | 1 | -1/+1 |
* | | Fixed bug with singleTag matching in core.js. | jeresig | 2009-11-30 | 1 | -1/+1 |
|/ |
|
* | Generic jQuery.merge and safer jQuery.makeArray(nodeList). | Robert Katic | 2009-11-26 | 1 | -17/+23 |
* | Made jQuery.extend(true, ...) to extend recursively only 'object literal' val... | Robert Katic | 2009-11-12 | 1 | -13/+4 |
* | Made isObjectLiteral to work correctly with custom objects with empty prototy... | Robert Katic | 2009-11-12 | 1 | -2/+9 |
* | Use array.indexOf if available (speeds up modern browsers). Thanks to lrbabe ... | lrbabe | 2009-11-11 | 1 | -0/+4 |
* | Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin... | John Resig | 2009-11-11 | 1 | -1/+1 |
* | Removed the use of this.length++ as it makes it hard to use the init method d... | John Resig | 2009-11-11 | 1 | -2/+2 |
* | Renamed isObject to isObjectLiteral to be more specific. | John Resig | 2009-11-10 | 1 | -2/+2 |