| Commit message (Expand) | Author | Age | Files | Lines |
* | Disabled testing of em-defined borders, need to look back into this issue. | John Resig | 2009-01-02 | 1 | -4/+6 |
* | The exact escaping of the text() test isn't important - as long as < is escaped. | John Resig | 2009-01-02 | 1 | -1/+1 |
* | Fixed an issue with .not("#foo, bar") not working correctly, closes #3757. | John Resig | 2008-12-31 | 1 | -1/+5 |
* | jquery event: | Ariel Flesler | 2008-12-31 | 1 | -31/+72 |
* | Made sure that return false works in .live() along with the event object bein... | John Resig | 2008-12-30 | 1 | -1/+15 |
* | jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue... | Ariel Flesler | 2008-12-30 | 4 | -111/+161 |
* | jquery event: jQuery.Event can be instantiated without the 'new' keyword. | Ariel Flesler | 2008-12-29 | 1 | -2/+7 |
* | jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ... | Ariel Flesler | 2008-12-25 | 1 | -19/+33 |
* | jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument indic... | Ariel Flesler | 2008-12-25 | 1 | -1/+8 |
* | jquery core: Closes #1681. jQuery.fn.toggleClass can accept a boolean argumen... | Ariel Flesler | 2008-12-25 | 1 | -1/+8 |
* | jquery core: Closes #3255. The div used in jQuery.clean is emptied in the end... | Ariel Flesler | 2008-12-25 | 1 | -1/+13 |
* | jquery core: Closes #3641. jQuery.merge stopped looping once a 0 was found. | Ariel Flesler | 2008-12-25 | 1 | -0/+15 |
* | Added a new liveQuery/event delegation hybrid method: .live and .die. Easily ... | John Resig | 2008-12-22 | 1 | -0/+66 |
* | Made sure that the correct event.taget is being used in event bubbling. | John Resig | 2008-12-22 | 1 | -4/+4 |
* | Added support for bubbling triggered events. | John Resig | 2008-12-22 | 1 | -1/+35 |
* | Added support for the new .closest() method (very useful for event delegation). | John Resig | 2008-12-22 | 1 | -0/+8 |
* | Landing the new Sizzle selector engine. There'll need to be some later tweaks... | John Resig | 2008-12-20 | 2 | -36/+72 |
* | Fixed line-ending issue. | John Resig | 2008-12-19 | 1 | -1719/+1719 |
* | Tweaked mis-numbered makeArray test. | John Resig | 2008-12-19 | 1 | -1/+1 |
* | Switched to using DOM Fragments in domManip. | John Resig | 2008-12-19 | 1 | -2/+2 |
* | Added selector path logging (creates a trail that plugins can use). | John Resig | 2008-12-19 | 1 | -0/+58 |
* | Added support for multiple-namespaced events (in bind, trigger, and unbind). | John Resig | 2008-12-19 | 1 | -0/+54 |
* | testrunner: re adding the test for a function within isFunction. | Ariel Flesler | 2008-12-16 | 1 | -3/+1 |
* | new offset method, faster and no more browser detection | Brandon Aaron | 2008-11-10 | 2 | -2/+35 |
* | core: tests cleanup for compability with qunit updates: stop() now actually a... | Jörn Zaefferer | 2008-10-24 | 2 | -5/+5 |
* | test runner: Commented 2 tests that jam the suite. | Ariel Flesler | 2008-10-21 | 1 | -1/+2 |
* | testrunner: fixing tests that were broken due to recent updates to qunit. | Ariel Flesler | 2008-10-18 | 1 | -15/+14 |
* | A test was using the old / child selector syntax - updating to the new style. | John Resig | 2008-08-21 | 1 | -1/+1 |
* | jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArra... | Ariel Flesler | 2008-08-12 | 1 | -3/+6 |
* | core/test: replaced local qunit copy with qunit via svn:externals; inlined st... | Jörn Zaefferer | 2008-08-08 | 5 | -461/+18 |
* | core: deleted useless test/fix.html | Jörn Zaefferer | 2008-08-08 | 1 | -48/+0 |
* | jquery core: closes #2652. val() supports option elements, also simplified th... | Ariel Flesler | 2008-07-23 | 3 | -4/+17 |
* | jquery core: closes #2968. Simplified isFunction, dropping support for DOM me... | Ariel Flesler | 2008-07-23 | 1 | -3/+5 |
* | test runner: adding scriptaculous 1.7.0 for the polluted test runner. It fail... | Ariel Flesler | 2008-07-22 | 7 | -0/+3893 |
* | test runner: optimizing a test for speed. | Ariel Flesler | 2008-07-01 | 1 | -6/+9 |
* | test runner: recloses #3102. Adding one test for $().eq("1") | Ariel Flesler | 2008-07-01 | 1 | -1/+3 |
* | test runner: closes #3048. The text from the tests, is html-escaped. | Ariel Flesler | 2008-06-17 | 1 | -1/+1 |
* | test runner: 2 tests for [5728]. | Ariel Flesler | 2008-06-17 | 1 | -1/+5 |
* | ajax tests: Replaced $ with jQuery. | Scott González | 2008-06-05 | 4 | -4/+4 |
* | test runner: adding 2 tests for .val( Number ). | Ariel Flesler | 2008-05-29 | 1 | -5/+11 |
* | test runner: the changes are: | Ariel Flesler | 2008-05-28 | 11 | -837/+863 |
* | test runner: adding a new test page called 'polluted'. Where one can choose t... | Ariel Flesler | 2008-05-28 | 13 | -2/+10016 |
* | test runner: Adding type="text/javascript" to a script tag (trivial). | Ariel Flesler | 2008-05-28 | 1 | -1/+2 |
* | test runner: a test for load() with a hash of data, and another for load() wi... | Ariel Flesler | 2008-05-27 | 2 | -0/+36 |
* | test runner: A test was failing on Opera 9.50. Not a bug, just made the test ... | Ariel Flesler | 2008-05-24 | 1 | -1/+1 |
* | test runner: adding more tests for attr(). Related to [5574] and [5683]. | Ariel Flesler | 2008-05-24 | 1 | -107/+128 |
* | Updating unit tests for offset | Brandon Aaron | 2008-05-15 | 4 | -2/+5 |
* | Added some unit tests for position method. Fixed issue with position in IE. | Brandon Aaron | 2008-05-15 | 6 | -0/+62 |
* | test runner: improved the shown message of 4 isFunction tests. | Ariel Flesler | 2008-05-14 | 1 | -4/+4 |
* | Updating outerWidth unit test to use absolute position | Brandon Aaron | 2008-05-13 | 1 | -1/+2 |