2009-09-14 |
Ariel Flesler | jquery core: Fixed #5202. Fixing selector generation... |
blob | commitdiff |
2009-09-07 |
John Resig | Split out the fragment-building code from domManip... |
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-07-27 |
John Resig | Added an improvement to quickExpr and some more tests... |
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-17 |
Yehuda Katz | Add test for jQuery(jQueryObj) cloning and simplify... |
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 | Add a test for index() |
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 | Clear some dangling whitespace |
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-06-20 |
Ariel Flesler | jquery core: Closes #2827. jQuery.each iterates over... |
blob | commitdiff | diff to current |
2009-05-07 |
Brandon Aaron | another unit test for index method |
blob | commitdiff | diff to current |
2009-05-03 |
Ariel Flesler | testrunner: Updating an orphaned test |
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 | actually should be 6330, not 6329 |
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-18 |
Brandon Aaron | breaking jquery out into smaller modules. added attribu... |
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-02-28 |
John Resig | Simplified the structure of the .css() and .attr()... |
blob | commitdiff | diff to current |
2009-02-20 |
John Resig | Made sure that .remove now uses multiFilter. Fixes... |
blob | commitdiff | diff to current |
2009-02-18 |
John Resig | Fixed some tests that were changed (fixed!) by fixing... |
blob | commitdiff | diff to current |
2009-02-18 |
John Resig | Made it so that appendTo, etc. return the inserted... |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Updated the show() tests to work without the use of... |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Reorganized and disabled some of the height/width tests... |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Made the div showing a little more explicit - making... |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Reorganized some of the animation tests to work with... |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Fixed some more CSS/visibility tests. |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Changed a bunch of the DOM tests to work in Document... |
blob | commitdiff | diff to current |
2009-02-17 |
John Resig | Updated some of the display/visible/hidden tests to... |
blob | commitdiff | diff to current |
2009-02-09 |
John Resig | Reworked the .clone() function in IE. Fixes jQuery... |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Made sure that .removeClass(null) doesn't throw an... |
blob | commitdiff | diff to current |
2009-01-20 |
John Resig | Re-worked the logic for where .selector and .context... |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Added two more tweaks for XHTML core tests. |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Made some tweaks to the core tests so that they'll... |
blob | commitdiff | diff to current |
2009-01-19 |
John Resig | Landing a fix for non-link anchor tabIndex (from scott... |
blob | commitdiff | diff to current |
2009-01-12 |
John Resig | Only try to wrap the element if it's not disconnected... |
blob | commitdiff | diff to current |
2009-01-12 |
John Resig | Fixed an issue with parentNode being accessed in attr... |
blob | commitdiff | diff to current |
2009-01-11 |
John Resig | Prevented non-script <script> blocks from executing... |
blob | commitdiff | diff to current |
2009-01-10 |
John Resig | .closest() with positional selectors wasn't worked... |
blob | commitdiff | diff to current |
2009-01-10 |
John Resig | Fixed an issue with script nodes being removed incorrec... |
blob | commitdiff | diff to current |
2009-01-09 |
Ariel Flesler | testrunner: Removing every global variable leaked withi... |
blob | commitdiff | diff to current |
2009-01-08 |
John Resig | Selector state wasn't being passed along on a cloned... |
blob | commitdiff | diff to current |
2009-01-07 |
Scott González | Fixed tabindex normalization so that elements that... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Simplified the XML clone test. |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Simplified the XML selector test (save the result). |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Landed cross-browser support for tabIndex, by Scott... |
blob | commitdiff | diff to current |
2009-01-05 |
John Resig | Forgot to merge in some of the new tests from Sizzle. |
blob | commitdiff | diff to current |
2009-01-03 |
John Resig | Landed a proper fix for #3255 - which involves doing... |
blob | commitdiff | diff to current |
2009-01-02 |
John Resig | Disabled testing of em-defined borders, need to look... |
blob | commitdiff | diff to current |
2009-01-02 |
John Resig | The exact escaping of the text() test isn't important... |
blob | commitdiff | diff to current |
2008-12-31 |
John Resig | Fixed an issue with .not("#foo, bar") not working corre... |
blob | commitdiff | diff to current |
2008-12-30 |
Ariel Flesler | jquery data: Closes #3539. Exposed jQuery.queue. Moved... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery core: Closes #1681. jQuery.fn.toggleClass can... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3255. The div used in jQuery.clean... |
blob | commitdiff | diff to current |
2008-12-25 |
Ariel Flesler | jquery core: Closes #3641. jQuery.merge stopped looping... |
blob | commitdiff | diff to current |
2008-12-22 |
John Resig | Added support for the new .closest() method (very usefu... |
blob | commitdiff | diff to current |
2008-12-20 |
John Resig | Landing the new Sizzle selector engine. There'll need... |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Fixed line-ending issue. |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Tweaked mis-numbered makeArray test. |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Switched to using DOM Fragments in domManip. |
blob | commitdiff | diff to current |
2008-12-19 |
John Resig | Added selector path logging (creates a trail that plugi... |
blob | commitdiff | diff to current |
2008-12-16 |
Ariel Flesler | testrunner: re adding the test for a function within... |
blob | commitdiff | diff to current |
2008-10-18 |
Ariel Flesler | testrunner: fixing tests that were broken due to recent... |
blob | commitdiff | diff to current |
2008-08-12 |
Ariel Flesler | jquery core: closes #3248, #3079, #3026, #3176, #3202... |
blob | commitdiff | diff to current |
2008-07-23 |
Ariel Flesler | jquery core: closes #2652. val() supports option elemen... |
blob | commitdiff | diff to current |
2008-07-23 |
Ariel Flesler | jquery core: closes #2968. Simplified isFunction, dropp... |
blob | commitdiff | diff to current |
2008-07-01 |
Ariel Flesler | test runner: optimizing a test for speed. |
blob | commitdiff | diff to current |
2008-07-01 |
Ariel Flesler | test runner: recloses #3102. Adding one test for $... |
blob | commitdiff | diff to current |
2008-06-17 |
Ariel Flesler | test runner: 2 tests for [5728]. |
blob | commitdiff | diff to current |
2008-05-29 |
Ariel Flesler | test runner: adding 2 tests for .val( Number ). |
blob | commitdiff | diff to current |
2008-05-28 |
Ariel Flesler | test runner: the changes are: |
blob | commitdiff | diff to current |
2008-05-24 |
Ariel Flesler | test runner: A test was failing on Opera 9.50. Not... |
blob | commitdiff | diff to current |
2008-05-24 |
Ariel Flesler | test runner: adding more tests for attr(). Related... |
blob | commitdiff | diff to current |
2008-05-14 |
Ariel Flesler | test runner: improved the shown message of 4 isFunction... |
blob | commitdiff | diff to current |
2008-05-12 |
Ariel Flesler | test runner: improved a test and added a missing semicolon |
blob | commitdiff | diff to current |
2008-05-08 |
Ariel Flesler | test runner: added 2 tests for [5500] |
blob | commitdiff | diff to current |
2008-05-08 |
Ariel Flesler | test runner: extra tests for $.fn.add enabled by [5503... |
blob | commitdiff | diff to current |
2008-05-08 |
Ariel Flesler | test runner: making 2 tests more flexible because they... |
blob | commitdiff | diff to current |
2008-05-07 |
Ariel Flesler | test runner: extra test for makeArray, related to ... |
blob | commitdiff | diff to current |
2008-05-06 |
Ariel Flesler | test runner: translated all the ok() with '==' to equal... |
blob | commitdiff | diff to current |
2008-05-06 |
Ariel Flesler | test runner: adding some tests that were missing for... |
blob | commitdiff | diff to current |
2008-05-03 |
Scott González | core: Fixed #2605: .data() now accepts null as a value. |
blob | commitdiff | diff to current |
2008-05-03 |
Scott González | core: Fixed #2605: .data() now accepts null as a value. |
blob | commitdiff | diff to current |
2008-05-02 |
Scott González | core: Fixed #2600: jQuery.extend no longer skips over... |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | test runner: voided the failing tests for jQuery.map... |
blob | commitdiff | diff to current |
2008-04-29 |
Ariel Flesler | test runner: added another test for makeArray. |
blob | commitdiff | diff to current |
2008-04-28 |
Jörn Zaefferer | jquery core: tests for #2616 |
blob | commitdiff | diff to current |
2008-04-25 |
Ariel Flesler | jquery core: fixed makeArray to recognize the window... |
blob | commitdiff | diff to current |
2008-04-24 |
Jörn Zaefferer | jquery core: Patch from #2619 applied, making makeArray... |
blob | commitdiff | diff to current |
2008-04-22 |
Ariel Flesler | - adding the tests for the changes to $.makeArray,... |
blob | commitdiff | diff to current |
2008-02-03 |
John Resig | You can now overwrite values returned from .data()... |
blob | commitdiff | diff to current |
2008-02-03 |
John Resig | Tweaked the .data() event triggering - it now triggers... |
blob | commitdiff | diff to current |
2008-02-03 |
John Resig | Added $().data(), $().removeData(), and .bind("click... |
blob | commitdiff | diff to current |
2008-01-23 |
David Serduke | Fix #2184 by using the jQuery.clean() function instead... |
blob | commitdiff | diff to current |
2008-01-14 |
John Resig | Discontinued the test for $(form.elements). |
blob | commitdiff | diff to current |
next |