aboutsummaryrefslogtreecommitdiffstats
path: root/test/unit/core.js
Commit message (Expand)AuthorAgeFilesLines
* Test jQuery.type also with document.Robert Katic2010-09-231-1/+2
* Made jQuery.type more consistent with host objects.Robert Katic2010-09-231-1/+5
* Added some tests for #5991.Robert Katic2010-09-231-1/+5
* Ensured that arrays are not considered same as plain object on deep extending...Robert Katic2010-09-231-2/+1
* Add some tests for jQuery.isWindow and make sure that we're operating against...jeresig2010-09-221-0/+19
* Make sure that jQuery works even when the individual modules are loaded separ...jeresig2010-09-081-1/+2
* Added some tweaks to $.type to handle null and undefined. Added a bunch of un...John Resig2010-08-271-0/+23
* Fixing getting/setting classes and makeArray(RegExp) for Blackberry 4.7. Fixe...John Resig2010-08-231-15/+28
* Replace usage of the removed global reset() method with QUnit.reset().jzaefferer2010-07-281-2/+2
* Adjust isPlainObject test to run in an iframe.jeresig2010-03-241-1/+1
* Landing a faster trim method. Based upon the work by Travis Hardiman and DBJD...jeresig2010-03-091-6/+12
* Make sure leading whitespace is trimmed for parseJSON. Fixes #6031.jeresig2010-02-131-2/+4
* Landing some minor perf optimization to jQuery().jeresig2010-01-281-1/+1
* Make empty strings (and other non-string values) simply return null from pars...jeresig2010-01-231-0/+25
* Moved add() tests from core to traversing.jeresig2010-01-231-55/+0
* Make sure that disconnected nodes aren't sorted/uniqued. Fixes #5791.jeresig2010-01-131-4/+9
* Fixed typo in logic, also disabled function setters in this case to allow th...jeresig2010-01-121-1/+7
* Make sure to do a deep copy on arrays. #5750Filipe Fortes2010-01-071-2/+7
* Merging in jQuery.proxy() branch.jeresig2010-01-051-0/+19
|\
| * Added in jQuery.proxy(obj, name), like the method described in Secrets of the...jeresig2009-12-311-0/+19
* | Rewrite of jQuery.browser to become engine-centric, rather than browser-centr...jeresig2010-01-051-33/+19
|/
* Fixed the spacing from the last commit.jeresig2009-12-181-11/+11
* Disabled the passthrough .attr(method_name) functionality. You can now use it...jeresig2009-12-181-1/+17
* Made isPlainObject() supporting null, undefined, and window values on IE too....Robert Katic2009-12-191-1/+14
* Make sure that dynamically-created elements don't have a parent. Fixes #5638.John Resig2009-12-101-1/+4
* Moved some methods around inbetween core.js and traversing.js. Core methods s...John Resig2009-12-101-31/+79
* Rewrote .merge() (faster and less obtuse now). Fixed #5610.John Resig2009-12-091-1/+5
* Switched jQuery() to represent jQuery([]) instead of jQuery(document).John Resig2009-12-091-1/+1
* Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestio...John Resig2009-12-061-8/+8
* Added some isObjectLiteral tests.jeresig2009-12-021-0/+45
* Fixes $.trim for   closes #4980Yehuda Katz2009-11-301-0/+11
* Generic jQuery.merge and safer jQuery.makeArray(nodeList).Robert Katic2009-11-261-2/+6
* Corrected some minor errors made by me (rkatic) in last commits.Robert Katic2009-11-131-3/+3
* Forgotten to update the number of jQuery.extend related tests.Robert Katic2009-11-121-1/+1
* Made jQuery.extend(true, ...) to extend recursively only 'object literal' val...Robert Katic2009-11-121-3/+7
* Made isObjectLiteral to work correctly with custom objects with empty prototy...Robert Katic2009-11-121-1/+5
* Made jQuery('<div/>') and jQuery('<div></div>') use the same code path (makin...John Resig2009-11-111-1/+4
* Added a method to myKlass. rkatic2009-11-091-0/+2
* Make .add() take an optional context and - if a context is specified in the r...John Resig2009-11-071-0/+12
* Switched from using QUnit's isObj/isSet to the more robust same method.John Resig2009-09-291-19/+19
* A follow-up to [6578] (which stopped adding expandos to elements that didn't ...John Resig2009-09-251-1/+11
* jquery core: Fixed #5202. Fixing selector generation when a manipulation func...Ariel Flesler2009-09-141-1/+8
* Split out the fragment-building code from domManip. Switched core.js to using...John Resig2009-09-071-1/+1
* Fixed a bug with the isXMLDoc test - also made sure that isXMLDoc was handlin...John Resig2009-08-271-1/+1
* Tweaked the isXMLDoc iframe test case to test the document, not the body elem...John Resig2009-08-271-3/+3
* Added an improvement to quickExpr and some more tests for jQuery('html'). Fix...John Resig2009-07-271-1/+9
* Added an extra documentElement check to isXMLDoc for IE - and added a number ...John Resig2009-07-271-1/+34
* Add test for jQuery(jQueryObj) cloning and simplify new get() codeYehuda Katz2009-07-171-1/+4
* jquery core: Simplifying isEmptyObject() and adding tests.Ariel Flesler2009-07-161-0/+10
* Add a test for index()Yehuda Katz2009-07-161-0/+6