2010-10-17 |
John Resig | Var wasn't being explicitly declared. Fixes #7226. |
blob | commitdiff |
2010-09-27 |
jeresig | Make sure that opacity is being reset properly on a... |
blob | commitdiff | diff to current |
2010-09-24 |
jeresig | Make sure that the body element exists before doing... |
blob | commitdiff | diff to current |
2010-09-24 |
jeresig | Increase the speed of the single setTimeout calls for... |
blob | commitdiff | diff to current |
2010-09-23 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
blob | commitdiff | diff to current |
2010-09-23 |
Robert Katic | Made jQuery.type more consistent with host objects. |
blob | commitdiff | diff to current |
2010-09-23 |
Robert Katic | Ensured that arrays are not considered same as plain... |
blob | commitdiff | diff to current |
2010-09-23 |
jeresig | Delay the result of the readyState check to give script... |
blob | commitdiff | diff to current |
2010-09-22 |
jeresig | Add some tests for jQuery.isWindow and make sure that... |
blob | commitdiff | diff to current |
2010-09-22 |
jeresig | Unify the means of detecting a window across the librar... |
blob | commitdiff | diff to current |
2010-09-22 |
jeresig | Some minor lint fixes for the RegExp. |
blob | commitdiff | diff to current |
2010-09-22 |
jeresig | Applied the RegExp issues reported by Jeff Robinson... |
blob | commitdiff | diff to current |
2010-09-22 |
jeresig | Re-work the document scoping. |
blob | commitdiff | diff to current |
2010-09-21 |
John Resig | Fix bug with the readyWait DOM ready addition. |
blob | commitdiff | diff to current |
2010-09-20 |
John Resig | Allow plugins to delay the exeuction of the ready event... |
blob | commitdiff | diff to current |
2010-09-14 |
jeresig | Wrap the core return in parens to fix a confused JSLint. |
blob | commitdiff | diff to current |
2010-09-09 |
jeresig | Make sure that jQuery is being exposed outside of core... |
blob | commitdiff | diff to current |
2010-09-08 |
jeresig | Make sure that the removeEvent and buildFragment privat... |
blob | commitdiff | diff to current |
2010-08-27 |
John Resig | Switched to use 'in' for the setInterval/window check... |
blob | commitdiff | diff to current |
2010-08-27 |
John Resig | Blackberry 4.6 is capable of finding elements that... |
blob | commitdiff | diff to current |
2010-08-27 |
John Resig | Use the native isArray whenever possible. See perf... |
blob | commitdiff | diff to current |
2010-08-27 |
John Resig | Simplify the logic in $.type, thanks to jdalton for... |
blob | commitdiff | diff to current |
2010-08-27 |
John Resig | Added some tweaks to $.type to handle null and undefine... |
blob | commitdiff | diff to current |
2010-08-25 |
John Resig | Adding in a jQuery.type(obj) method (a simple map to... |
blob | commitdiff | diff to current |
2010-08-25 |
John Resig | Tweaked logic for working around Blackberry 4.7 makeArr... |
blob | commitdiff | diff to current |
2010-08-23 |
John Resig | Fixing getting/setting classes and makeArray(RegExp... |
blob | commitdiff | diff to current |
2010-06-20 |
jeresig | Made it so that you no longer need to build jQuery... |
blob | commitdiff | diff to current |
2010-03-23 |
jeresig | Made it so that you no longer need to build jQuery... |
blob | commitdiff | diff to current |
2010-03-11 |
jeresig | Switch to using String.prototype.trim from String.trim... |
blob | commitdiff | diff to current |
2010-03-09 |
jeresig | Landing a faster trim method. Based upon the work by... |
blob | commitdiff | diff to current |
2010-03-02 |
jeresig | More changes to get jQuery in line with JSLint. |
blob | commitdiff | diff to current |
2010-03-01 |
jeresig | Land some additional tweaks related to running through... |
blob | commitdiff | diff to current |
2010-03-01 |
jeresig | Made some code tweaks related to running jQuery through... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | If .attr() is run on no elements undefined should be... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Make sure leading whitespace is trimmed for parseJSON... |
blob | commitdiff | diff to current |
2010-02-13 |
jeresig | Remove the need for the internal setArray method, it... |
blob | commitdiff | diff to current |
2010-01-29 |
jeresig | The context for 'body' should still be document, in... |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Landing some minor perf optimization to jQuery(). |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Optimize for the case where a fragment-bound element... |
blob | commitdiff | diff to current |
2010-01-23 |
jeresig | Make empty strings (and other non-string values) simply... |
blob | commitdiff | diff to current |
2010-01-23 |
jeresig | Expose the JSON parsing logic. Fixes #5914. |
blob | commitdiff | diff to current |
2010-01-23 |
jeresig | Centralize the logic for throwing exceptions. Fixes... |
blob | commitdiff | diff to current |
2010-01-23 |
Ben Alman | Simplification of uaMatch, based upon the patch by... |
blob | commitdiff | diff to current |
2010-01-15 |
John Resig | The inArray declaration was accidentally duplicated. |
blob | commitdiff | diff to current |
2010-01-13 |
jeresig | Fixed typo in logic, also disabled function setters... |
blob | commitdiff | diff to current |
2010-01-12 |
Paul Irish | browser version detection revised for opera >= 10,... |
blob | commitdiff | diff to current |
2010-01-12 |
Neeraj Singh | fixed typo in comments |
blob | commitdiff | diff to current |
2010-01-06 |
jeresig | A first pass at making sure that all the setter functio... |
blob | commitdiff | diff to current |
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 |
next |