2010-01-06 |
jeresig | A first pass at making sure that all the setter functio... |
blob | commitdiff |
2010-01-06 |
Filipe Fortes | Make sure to do a deep copy on arrays. #5750 |
blob | commitdiff | diff to current |
2010-01-06 |
jeresig | Merging in jQuery.proxy() branch. |
blob | commitdiff | diff to current |
2010-01-05 |
jeresig | Rewrite of jQuery.browser to become engine-centric... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Added in jQuery.proxy(obj, name), like the method descr... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Moved jQuery.proxy() into core. |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Rather than declaring empty anonymous functions all... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Standardize on using double-quotes for string literals. |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Made a number of spacing changes to bring the code... |
blob | commitdiff | diff to current |
2009-12-19 |
jeresig | The constructor check for isPlainObject was redundant... |
blob | commitdiff | diff to current |
2009-12-19 |
jeresig | Added additional checks for DOM nodes and window to... |
blob | commitdiff | diff to current |
2009-12-18 |
jeresig | Disabled the passthrough .attr(method_name) functionali... |
blob | commitdiff | diff to current |
2009-12-18 |
Robert Katic | Made isPlainObject() supporting null, undefined, and... |
blob | commitdiff | diff to current |
2009-12-17 |
jeresig | Revert the changes from 65ebf57c1e5d7fa96536b66d4fcacba... |
blob | commitdiff | diff to current |
2009-12-17 |
jeresig | Moved readyList check. |
blob | commitdiff | diff to current |
2009-12-16 |
jeresig | Retooled the arguments.callee-related changes in 98ce35... |
blob | commitdiff | diff to current |
2009-12-11 |
John Resig | Make sure that dynamically-created elements don't have... |
blob | commitdiff | diff to current |
2009-12-10 |
John Resig | Moved some methods around inbetween core.js and travers... |
blob | commitdiff | diff to current |
2009-12-10 |
John Resig | Made some minor formatting changes to the access function. |
blob | commitdiff | diff to current |
2009-12-10 |
John Resig | Rewrote .merge() (faster and less obtuse now). Fixed... |
blob | commitdiff | diff to current |
2009-12-10 |
Yehuda Katz | Fix up whitespace and a couple of glitches. |
blob | commitdiff | diff to current |
2009-12-10 |
John Resig | Switched jQuery() to represent jQuery([]) instead of... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Clarified the use of jQuery.browser and enforced jQuery... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Make sure that document ready events, inside a document... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Added in jQuery.browser.firefox, deprecated jQuery... |
blob | commitdiff | diff to current |
2009-12-09 |
Dave Methvin | Get browser version rather than rendering engine version. |
blob | commitdiff | diff to current |
2009-12-08 |
John Resig | Removed uses of arguments.callee from jQuery. |
blob | commitdiff | diff to current |
2009-12-08 |
John Resig | Moved .ready() to core.js from event.js. |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Added an extra function check to prevent crashes in... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Use the isXML function from Sizzle. |
blob | commitdiff | diff to current |
2009-12-06 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
blob | commitdiff | diff to current |
2009-12-06 |
John Resig | Renamed isObjectLiteral to isPlainObject (makes more... |
blob | commitdiff | diff to current |
2009-12-06 |
Dave Methvin | Fix regexp for $.trim so it doesn't whack embedded... |
blob | commitdiff | diff to current |
2009-12-04 |
Ben Alman | Landing Ben Alman's patch to add nextUntil, prevUntil... |
blob | commitdiff | diff to current |
2009-12-02 |
jeresig | Make sure that a DOM node isn't getting passed through... |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
blob | commitdiff | diff to current |
2009-11-30 |
jeresig | Fixed bug with singleTag matching in core.js. |
blob | commitdiff | diff to current |
2009-11-30 |
Yehuda Katz | Fixes $.trim for closes #4980 |
blob | commitdiff | diff to current |
2009-11-25 |
Robert Katic | Generic jQuery.merge and safer jQuery.makeArray(nodeList). |
blob | commitdiff | diff to current |
2009-11-12 |
Robert Katic | Made jQuery.extend(true, ...) to extend recursively... |
blob | commitdiff | diff to current |
2009-11-12 |
Robert Katic | Made isObjectLiteral to work correctly with custom... |
blob | commitdiff | diff to current |
2009-11-11 |
lrbabe | Use array.indexOf if available (speeds up modern browse... |
blob | commitdiff | diff to current |
2009-11-11 |
John Resig | Made jQuery('<div/>') and jQuery('<div></div>') use... |
blob | commitdiff | diff to current |
2009-11-11 |
John Resig | Removed the use of this.length++ as it makes it hard... |
blob | commitdiff | diff to current |
2009-11-11 |
John Resig | Renamed isObject to isObjectLiteral to be more specific. |
blob | commitdiff | diff to current |
2009-11-09 |
rkatic | Added comments to isObject. |
blob | commitdiff | diff to current |
2009-11-07 |
John Resig | Comment nodes are discarded from a merge, for no appare... |
blob | commitdiff | diff to current |
2009-10-26 |
John Resig | Moved a bunch of methods out of the jQuery-specific... |
blob | commitdiff | diff to current |
2009-09-25 |
John Resig | A follow-up to [6578] (which stopped adding expandos... |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | jquery core: removing the body optimization, as it... |
blob | commitdiff | diff to current |
2009-09-11 |
Ariel Flesler | jquery core: commenting the new access function. |
blob | commitdiff | diff to current |
2009-09-09 |
Ariel Flesler | jquery core: Closes #5189. Added a generic function... |
blob | commitdiff | diff to current |
2009-09-09 |
Ariel Flesler | jquery core: fixes 5187. getElementsByTagName optimizat... |
blob | commitdiff | diff to current |
2009-09-09 |
Ariel Flesler | jquery core: closes #5186. getElementsByTagName optimiz... |
blob | commitdiff | diff to current |
2009-09-08 |
John Resig | Optimize jQuery() for the case $("TAG"). |
blob | commitdiff | diff to current |
2009-09-08 |
John Resig | Use the native Array indexOf method if it exists, for... |
blob | commitdiff | diff to current |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip... |
blob | commitdiff | diff to current |
2009-09-07 |
John Resig | Added an optimization for the case where $("body")... |
blob | commitdiff | diff to current |
2009-08-27 |
John Resig | Fixed a bug with the isXMLDoc test - also made sure... |
blob | commitdiff | diff to current |
2009-08-27 |
John Resig | Tweaked the isXMLDoc iframe test case to test the docum... |
blob | commitdiff | diff to current |
2009-08-10 |
John Resig | Moved exposing window.jQuery and window.$ to the end... |
blob | commitdiff | diff to current |
2009-07-27 |
John Resig | Fix some missing braces in core.js. |
blob | commitdiff | diff to current |
2009-07-27 |
John Resig | Added an improvement to quickExpr and some more tests... |
blob | commitdiff | diff to current |
2009-07-27 |
John Resig | Shortened the isXMLDoc code, based upon recommendation... |
blob | commitdiff | diff to current |
2009-07-27 |
John Resig | Added an extra documentElement check to isXMLDoc for... |
blob | commitdiff | diff to current |
2009-07-23 |
John Resig | Changed .get(-Number) to use .slice() instead of .toArr... |
blob | commitdiff | diff to current |
2009-07-23 |
John Resig | Make sure that at least one argument is provided to... |
blob | commitdiff | diff to current |
2009-07-22 |
John Resig | Optimizing isXMLDoc. |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Made some syntax tweaks to core.js. |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Saved some references to native methods, instead of... |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Moved some RegExp in core.js, goes toward #4111. |
blob | commitdiff | diff to current |
2009-07-19 |
John Resig | Standardizing on .test() and .exec() - moving away... |
blob | commitdiff | diff to current |
2009-07-17 |
Yehuda Katz | Add test for jQuery(jQueryObj) cloning and simplify... |
blob | commitdiff | diff to current |
2009-07-17 |
Yehuda Katz | jQuery objects have a default length of 0. Simplifies... |
blob | commitdiff | diff to current |
2009-07-16 |
Ariel Flesler | jquery core: Simplifying isEmptyObject() and adding... |
blob | commitdiff | diff to current |
2009-07-16 |
Yehuda Katz | Refactor jQuery.data a bit to reduce property lookups |
blob | commitdiff | diff to current |
2009-07-16 |
Yehuda Katz | jQuery.extend(true, Object, Object) copies custom objec... |
blob | commitdiff | diff to current |
2009-07-16 |
Yehuda Katz | jQuery.extend(true, Object, Object) copies objects... |
blob | commitdiff | diff to current |
2009-07-16 |
Yehuda Katz | Add support for .get(-Number) Closes #4188 |
blob | commitdiff | diff to current |
2009-07-16 |
Yehuda Katz | Make toArray an alias for .get(). Closes #3999 |
blob | commitdiff | diff to current |
2009-07-15 |
John Resig | Scope 'document' locally (also useful for sandboxing... |
blob | commitdiff | diff to current |
2009-07-11 |
John Resig | Optimized jQuery(Element) to not call jQuery() twice. |
blob | commitdiff | diff to current |
2009-06-20 |
Ariel Flesler | jquery core: Closes #2827. jQuery.each iterates over... |
blob | commitdiff | diff to current |
2009-05-20 |
John Resig | Did some light reordering of the jQuery definition... |
blob | commitdiff | diff to current |
2009-05-03 |
Ariel Flesler | jquery core: $() -> $(document) and $(undefined) -... |
blob | commitdiff | diff to current |
2009-05-02 |
Brandon Aaron | index now works in reverse when passed a selector or... |
blob | commitdiff | diff to current |
2009-03-31 |
John Resig | Unified the formatting of core.js. === or !== are used... |
blob | commitdiff | diff to current |
2009-03-23 |
Brandon Aaron | remove trailing spaces |
blob | commitdiff | diff to current |
2009-03-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
blob | commitdiff | diff to current |
2009-03-18 |
Brandon Aaron | fix for #4074, pass context to jQuery.clean for jQuery... |
blob | commitdiff | diff to current |
2009-03-17 |
Brandon Aaron | fix for #3688, setting type attribute on button causes... |
blob | commitdiff | diff to current |
2009-03-17 |
Brandon Aaron | using parseFloat for offset and position methods and... |
blob | commitdiff | diff to current |
2009-03-17 |
John Resig | Backed out commit [6260], was causing too many problems... |
blob | commitdiff | diff to current |
2009-03-05 |
Ariel Flesler | jquery core: Fixed a typo in a comment, closes #4294. |
blob | commitdiff | diff to current |
2009-02-28 |
John Resig | Simplified the structure of the .css() and .attr()... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Removed the need for the results set to have array... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Made some changes to how .find() works, inlined the... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Simplified the isXML function, no need to use recursion. |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Cut down on some more function calls for jQuery(..... |
blob | commitdiff | diff to current |
2009-02-25 |
John Resig | Reduced the number of function calls required for ... |
blob | commitdiff | diff to current |
next |