aboutsummaryrefslogtreecommitdiffstats
path: root/test
Commit message (Expand)AuthorAgeFilesLines
* Move the test results list above the test HTML to avoid test suite layout wei...jeresig2009-12-181-2/+1
* Temporarily disabling test for bug #4299.jeresig2009-12-181-2/+3
* 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-182-7/+23
* Made isPlainObject() supporting null, undefined, and window values on IE too....Robert Katic2009-12-191-1/+14
* Renamed the 'fx' module to 'effects'. Should've been done a long time ago.jeresig2009-12-182-3/+3
* Add new html5 input types to list of serializable types. Older browers handle...Dave Methvin2009-12-181-4/+11
* Further modified jQuery 1.4 .param() method to serialize arrays containing no...Ben Alman2009-12-181-2/+8
* added a couple missing semicolons and fixed a typo in the commentsKarl Swedberg2009-12-181-3/+3
* Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a, forgot to remove one o...jeresig2009-12-171-4/+1
* Reworked some more of the selector tests as well to clean up after themselves.jeresig2009-12-171-1/+3
* Added some more tests around the name tests to catch possible regressions.jeresig2009-12-171-2/+6
* Make sure that some height/width is set for the nothiddendiv before checking.jeresig2009-12-161-0/+2
* Enforce that hasClass and removeClass work even with tabs and endlines in cla...Batiste Bieler2009-12-141-7/+21
* Make sure that dynamically-created elements don't have a parent. Fixes #5638.John Resig2009-12-101-1/+4
* Removed .attr(removeClass) and .attr(each) tests as they don't really make se...John Resig2009-12-101-10/+1
* Moved some methods around inbetween core.js and traversing.js. Core methods s...John Resig2009-12-102-116/+116
* Make sure that the correct args are passed in to the filter callback (and by ...John Resig2009-12-091-1/+3
* Make sure that calling .width(num) or .height(num) on an empty set returns th...John Resig2009-12-091-3/+9
* Rewrote .merge() (faster and less obtuse now). Fixed #5610.John Resig2009-12-091-1/+5
* Fix up whitespace and a couple of glitches.Yehuda Katz2009-12-092-16/+16
* Add function values to addClass, removeClass, toggleClass, text, and removeAttrYehuda Katz2009-12-092-22/+58
* Made sure that css('width') and height returned string values, not numerical ...John Resig2009-12-091-1/+3
* Switched jQuery() to represent jQuery([]) instead of jQuery(document).John Resig2009-12-091-1/+1
* Fixed problems with removing live events. Fixes #4894.John Resig2009-12-091-1/+38
* Made .clone(true) also copy over element data. Fixes #4191.John Resig2009-12-091-1/+6
* Added support for .data(Object), overwriting the existing data object. Fixes ...John Resig2009-12-091-1/+15
* Landing in jQuery.contains, jQuery.fn.contains, and jQuery.fn.has support. Fi...Yehuda Katz2009-12-091-1/+37
* Handle changing form attributes correctly when there is a child element with ...David Petersen2009-12-091-1/+2
* Make sure that events are cloned for wrap, fixes #2977.John Resig2009-12-081-1/+15
* Check Sizzle or jQuery.John Resig2009-12-071-1/+1
* Only run the visibility selectors if the filter exists.John Resig2009-12-071-0/+2
* Added support for per-property easingJames Padolsey2009-12-071-0/+34
* Added in support for injecting area elements into map elements. Fixes #4484.John Resig2009-12-061-1/+5
* Added in support for $.ajax jsonpCallback (allowing you to specify the name o...John Resig2009-12-061-2/+32
* Merge branch 'master' of git@github.com:jquery/jqueryJohn Resig2009-12-061-1/+3
|\
| * Fix for #4011, crash when two text nodes are appended in IE.Dave Methvin2009-12-061-1/+3
* | Split the queue code out from data.js into a dedicated queue.js file (also sp...John Resig2009-12-063-167/+149
* | Renamed isObjectLiteral to isPlainObject (makes more sense, per the suggestio...John Resig2009-12-061-8/+8
|/
* Make sure that animated show resets the display correctly. Fixes #5130.jeresig2009-12-051-0/+37
* Make sure that the previous element is removed from the page before the next ...jeresig2009-12-051-1/+8
* Made sure that css() in IE handles negative non-px values correctly. Fixes #3...jeresig2009-12-051-1/+4
* Make sure that width or height don't animate to a negative value. Fixes #3881.John Resig2009-12-051-0/+9
* Added a test for bug 1095 for animations (animations don't clear check boxes)Yehuda Katz2009-12-041-0/+15
* Landing Ben Alman's patch to add nextUntil, prevUntil, and parentsUntil. Also...Ben Alman2009-12-041-1/+73
* Added in the .delay() method for delaying the execution of queued functions a...jeresig2009-12-041-0/+15
* Adding in support for bubbling submit and change events, thanks to the patch ...Justin Meyer2009-12-042-8/+254
* Tweaked a CSS test to handle differences in font-size % support in browsers.jeresig2009-12-031-1/+8
* Removed broken hidden/visible test.jeresig2009-12-031-7/+4
* Re-arranged many of the selector tests, breaking them into smaller test group...jeresig2009-12-031-80/+86