2010-01-07 |
jeresig | No need for the try/finally logic in the css tests... |
tree | commitdiff |
2010-01-07 |
jeresig | Added manipulation tests for setter function args. |
tree | commitdiff |
2010-01-07 |
jeresig | Added some .text(Function) tests. |
tree | commitdiff |
2010-01-07 |
jeresig | Added tests for attribute function setters. |
tree | commitdiff |
2010-01-07 |
jeresig | Moved the val() tests from manipulation into attributes. |
tree | commitdiff |
2010-01-06 |
jeresig | Add some abort() Ajax tests. Verifies that #3984 works. |
tree | commitdiff |
2010-01-06 |
jeresig | Merge branch 'master' of github.com:jquery/jquery |
tree | commitdiff |
2010-01-06 |
jeresig | Adding in backwards-compatiblity support for jQuery... |
tree | commitdiff |
2010-01-06 |
Filipe Fortes | Make sure to do a deep copy on arrays. #5750 |
tree | commitdiff |
2010-01-06 |
jeresig | Added in support for content-type sniffing for scripts... |
tree | commitdiff |
2010-01-06 |
Rick Waldron | Detect JSON Ajax requests by the response content-type... |
tree | commitdiff |
2010-01-06 |
jeresig | Merging in jQuery.proxy() branch. |
tree | commitdiff |
2010-01-05 |
jeresig | Rewrite of jQuery.browser to become engine-centric... |
tree | commitdiff |
2009-12-31 |
jeresig | Added in jQuery.proxy(obj, name), like the method descr... |
tree | commitdiff |
2009-12-31 |
jeresig | Remove the .bind(name, fn, thisObject) and promote... |
tree | commitdiff |
2009-12-22 |
jeresig | Make sure that selected works in Safari on options... |
tree | commitdiff |
2009-12-22 |
Ben Alman | Moved jQuery.param "traditional" flag into jQuery.ajaxS... |
tree | commitdiff |
2009-12-22 |
jeresig | Add some extra tests to make sure we can get the value... |
tree | commitdiff |
2009-12-22 |
jeresig | Make sure that the correct value is being pulled from... |
tree | commitdiff |
2009-12-22 |
jeresig | Made sure that the .val() logic for setting radios... |
tree | commitdiff |
2009-12-22 |
jeresig | Fixed the issue where getting an empty value was imposs... |
tree | commitdiff |
2009-12-21 |
Jörn Zaefferer | Stop trying to emulate the focus/blur event in IE,... |
tree | commitdiff |
2009-12-21 |
Alexander Farkas | Used the patch from Alexander as the basis for a rewrit... |
tree | commitdiff |
2009-12-21 |
jeresig | Make sure we use instead of in the delegate test. |
tree | commitdiff |
2009-12-21 |
jeresig | Moved logic for handling .animate({}), doesn't queue... |
tree | commitdiff |
2009-12-19 |
John Resig | Bringing Sizzle test suite changes back in. |
tree | commitdiff |
2009-12-19 |
jeresig | Move the test results list above the test HTML to avoid... |
tree | commitdiff |
2009-12-19 |
jeresig | Temporarily disabling test for bug #4299. |
tree | commitdiff |
2009-12-18 |
jeresig | Fixed the spacing from the last commit. |
tree | commitdiff |
2009-12-18 |
jeresig | Disabled the passthrough .attr(method_name) functionali... |
tree | commitdiff |
2009-12-18 |
Robert Katic | Made isPlainObject() supporting null, undefined, and... |
tree | commitdiff |
2009-12-18 |
jeresig | Renamed the 'fx' module to 'effects'. Should've been... |
tree | commitdiff |
2009-12-17 |
Dave Methvin | Add new html5 input types to list of serializable types... |
tree | commitdiff |
2009-12-17 |
Ben Alman | Further modified jQuery 1.4 .param() method to serializ... |
tree | commitdiff |
2009-12-17 |
Karl Swedberg | added a couple missing semicolons and fixed a typo... |
tree | commitdiff |
2009-12-17 |
jeresig | Follow-up to 100ed686426b8b404b094b8c8086aefce715f91a... |
tree | commitdiff |
2009-12-17 |
jeresig | Reworked some more of the selector tests as well to... |
tree | commitdiff |
2009-12-17 |
jeresig | Added some more tests around the name tests to catch... |
tree | commitdiff |
2009-12-16 |
jeresig | Make sure that some height/width is set for the nothidd... |
tree | commitdiff |
2009-12-14 |
Batiste Bieler | Enforce that hasClass and removeClass work even with... |
tree | commitdiff |
2009-12-11 |
John Resig | Make sure that dynamically-created elements don't have... |
tree | commitdiff |
2009-12-10 |
John Resig | Removed .attr(removeClass) and .attr(each) tests as... |
tree | commitdiff |
2009-12-10 |
John Resig | Moved some methods around inbetween core.js and travers... |
tree | commitdiff |
2009-12-10 |
John Resig | Make sure that the correct args are passed in to the... |
tree | commitdiff |
2009-12-10 |
John Resig | Make sure that calling .width(num) or .height(num)... |
tree | commitdiff |
2009-12-10 |
John Resig | Rewrote .merge() (faster and less obtuse now). Fixed... |
tree | commitdiff |
2009-12-10 |
Yehuda Katz | Fix up whitespace and a couple of glitches. |
tree | commitdiff |
2009-12-10 |
Yehuda Katz | Add function values to addClass, removeClass, toggleCla... |
tree | commitdiff |
2009-12-10 |
John Resig | Made sure that css('width') and height returned string... |
tree | commitdiff |
2009-12-10 |
John Resig | Switched jQuery() to represent jQuery([]) instead of... |
tree | commitdiff |
2009-12-09 |
John Resig | Fixed problems with removing live events. Fixes #4894. |
tree | commitdiff |
2009-12-09 |
John Resig | Made .clone(true) also copy over element data. Fixes... |
tree | commitdiff |
2009-12-09 |
John Resig | Added support for .data(Object), overwriting the existi... |
tree | commitdiff |
2009-12-09 |
Yehuda Katz | Landing in jQuery.contains, jQuery.fn.contains, and... |
tree | commitdiff |
2009-12-09 |
David Petersen | Handle changing form attributes correctly when there... |
tree | commitdiff |
2009-12-08 |
John Resig | Make sure that events are cloned for wrap, fixes #2977. |
tree | commitdiff |
2009-12-07 |
John Resig | Check Sizzle or jQuery. |
tree | commitdiff |
2009-12-07 |
John Resig | Only run the visibility selectors if the filter exists. |
tree | commitdiff |
2009-12-07 |
James Padolsey | Added support for per-property easing |
tree | commitdiff |
2009-12-07 |
John Resig | Added in support for injecting area elements into map... |
tree | commitdiff |
2009-12-07 |
John Resig | Added in support for $.ajax jsonpCallback (allowing... |
tree | commitdiff |
2009-12-06 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
tree | commitdiff |
2009-12-06 |
John Resig | Split the queue code out from data.js into a dedicated... |
tree | commitdiff |
2009-12-06 |
John Resig | Renamed isObjectLiteral to isPlainObject (makes more... |
tree | commitdiff |
2009-12-06 |
Dave Methvin | Fix for #4011, crash when two text nodes are appended... |
tree | commitdiff |
2009-12-06 |
jeresig | Make sure that animated show resets the display correct... |
tree | commitdiff |
2009-12-05 |
jeresig | Make sure that the previous element is removed from... |
tree | commitdiff |
2009-12-05 |
jeresig | Made sure that css() in IE handles negative non-px... |
tree | commitdiff |
2009-12-05 |
John Resig | Make sure that width or height don't animate to a negat... |
tree | commitdiff |
2009-12-05 |
Yehuda Katz | Added a test for bug 1095 for animations (animations... |
tree | commitdiff |
2009-12-04 |
Ben Alman | Landing Ben Alman's patch to add nextUntil, prevUntil... |
tree | commitdiff |
2009-12-04 |
jeresig | Added in the .delay() method for delaying the execution... |
tree | commitdiff |
2009-12-04 |
Justin Meyer | Adding in support for bubbling submit and change events... |
tree | commitdiff |
2009-12-03 |
jeresig | Tweaked a CSS test to handle differences in font-size... |
tree | commitdiff |
2009-12-03 |
jeresig | Removed broken hidden/visible test. |
tree | commitdiff |
2009-12-03 |
jeresig | Re-arranged many of the selector tests, breaking them... |
tree | commitdiff |
2009-12-03 |
jeresig | Just restore window.JSON in the getJSON test, don't... |
tree | commitdiff |
2009-12-03 |
jeresig | Added in the new .closest(Array) method, will be used... |
tree | commitdiff |
2009-12-02 |
jeresig | Removed debug statements from manipulation tests, was... |
tree | commitdiff |
2009-12-02 |
jeresig | Added some isObjectLiteral tests. |
tree | commitdiff |
2009-12-01 |
Yehuda Katz | Adding a test that a new option can be selected with... |
tree | commitdiff |
2009-12-01 |
Yehuda Katz | Fix css("opacity") to not clobber other filters in... |
tree | commitdiff |
2009-11-30 |
jeresig | Switched from using Git Submodules to just doing a... |
tree | commitdiff |
2009-11-30 |
jeresig | Bringing Sizzle and QUnit up to date. |
tree | commitdiff |
2009-11-30 |
jeresig | Use .add() to merge two test groups together for .unwrap(). |
tree | commitdiff |
2009-11-30 |
jeresig | Changed the style attribute test to handle hex colors... |
tree | commitdiff |
2009-11-30 |
jeresig | Fixed a problem with animations with a duration of... |
tree | commitdiff |
2009-11-30 |
jeresig | Simplified a selector in the .live() tests. |
tree | commitdiff |
2009-11-30 |
jeresig | Tweaked the live test to be a bit simpler. |
tree | commitdiff |
2009-11-30 |
jeresig | Fixed wrap test that was looking for comment values... |
tree | commitdiff |
2009-11-30 |
Yehuda Katz | Fixes $.trim for closes #4980 |
tree | commitdiff |
2009-11-25 |
Mark Gibson | Fixing endlines. |
tree | commitdiff |
2009-11-25 |
Robert Katic | Corrected RegExp to match event namespaces. Fixes ... |
tree | commitdiff |
2009-11-25 |
Robert Katic | Generic jQuery.merge and safer jQuery.makeArray(nodeList). |
tree | commitdiff |
2009-11-17 |
John Resig | Added support for .text() on text nodes. Fixes #5525. |
tree | commitdiff |
2009-11-17 |
John Resig | Re-wrote context Ajax test to use an element instead... |
tree | commitdiff |
2009-11-17 |
John Resig | Re-adding the QUnit submodule file. |
tree | commitdiff |
2009-11-15 |
John Resig | Hide the .settings file in the gitignore. |
tree | commitdiff |
2009-11-13 |
Scott Gonzalez | Added test for passing null to .show() |
tree | commitdiff |
2009-11-13 |
Robert Katic | Corrected some minor errors made by me (rkatic) in... |
tree | commitdiff |
next |