| Commit message (Expand) | Author | Age | Files | Lines |
* | Added the new jQuery.support object and removed all uses of jQuery.browser fr... | John Resig | 2008-12-21 | 6 | -154/+86 |
* | Fixed an issue with domManip where the incorrect document was being used to c... | John Resig | 2008-12-21 | 1 | -1/+1 |
* | Syncing Sizzle codebase. | John Resig | 2008-12-20 | 1 | -10/+10 |
* | Added a missing semicolon. | John Resig | 2008-12-20 | 1 | -1/+1 |
* | Landing the new Sizzle selector engine. There'll need to be some later tweaks... | John Resig | 2008-12-20 | 4 | -388/+861 |
* | Rewrote the hide and show methods to fix the issue with Safari not hiding dis... | John Resig | 2008-12-19 | 1 | -22/+45 |
* | Fixed an issue with domManip where the incorrect clone fragments were being u... | John Resig | 2008-12-19 | 1 | -2/+3 |
* | Fixed a problem with multi-namespaced events not targetting the correct funct... | John Resig | 2008-12-19 | 1 | -3/+5 |
* | Fixed an issue with how .data() was expecting output (trigger now returns exa... | John Resig | 2008-12-19 | 1 | -1/+1 |
* | 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 | 2 | -50/+53 |
* | Added selector path logging (creates a trail that plugins can use). | John Resig | 2008-12-19 | 2 | -7/+80 |
* | Removing remaining strict-mode warnings. | John Resig | 2008-12-19 | 3 | -6/+7 |
* | Added support for multiple-namespaced events (in bind, trigger, and unbind). | John Resig | 2008-12-19 | 2 | -8/+63 |
* | Simplifying the DOM ready code, no longer attempting to handle stylesheet loa... | John Resig | 2008-12-19 | 1 | -40/+14 |
* | core: cleanup of build - build.js isn't used anywhere | Jörn Zaefferer | 2008-12-18 | 1 | -5/+0 |
* | testrunner: re adding the test for a function within isFunction. | Ariel Flesler | 2008-12-16 | 1 | -3/+1 |
* | testrunner: adding tests for $.fn.hasClass. | Ariel Flesler | 2008-12-16 | 1 | -1/+1 |
* | IE doesn't care for boolean checks of .createElement - reverted back to using... | John Resig | 2008-11-29 | 1 | -1/+1 |
* | Made a mistake in the patch for #3618, landing fix. | John Resig | 2008-11-18 | 1 | -1/+1 |
* | The code for handling Ajax timeouts was broken (the abort was being called to... | John Resig | 2008-11-18 | 1 | -3/+4 |
* | Standardized the type checks across core. isFunction and isArray now use Obje... | John Resig | 2008-11-17 | 6 | -54/+52 |
* | Landing fixes for tickets #2935 and #2688 (Aborting ajax doesn't stop the set... | John Resig | 2008-11-14 | 1 | -4/+15 |
* | fix the long standing 2px offset issue in QuirksMode in IE | Brandon Aaron | 2008-11-13 | 1 | -3/+4 |
* | Landed the patch, by Diego, that 1) Removes browser sniffing from the ready c... | John Resig | 2008-11-12 | 1 | -15/+27 |
* | new offset method, faster and no more browser detection | Brandon Aaron | 2008-11-10 | 3 | -92/+110 |
* | core: height() method wasn't working reliably in Opera - rather than returnin... | Paul Bakaus | 2008-11-07 | 1 | -1/+1 |
* | jquery core: closes #3541. Added isArray. | Ariel Flesler | 2008-10-29 | 3 | -6/+10 |
* | jquery core: forgot to remove a deprecated warning. | Ariel Flesler | 2008-10-29 | 1 | -2/+0 |
* | jquery core: improves #3248. Functions are supported by isFunction. | Ariel Flesler | 2008-10-29 | 1 | -1/+1 |
* | core: tests cleanup for compability with qunit updates: stop() now actually a... | Jörn Zaefferer | 2008-10-24 | 2 | -5/+5 |
* | jquery fx: closes #3496. $.fx.off = true; turns off animations. | Ariel Flesler | 2008-10-22 | 1 | -1/+1 |
* | jquery event: extra for #3498. Using the new mouse(enter|leave) shortcuts in ... | Ariel Flesler | 2008-10-22 | 1 | -1/+1 |
* | jquery event: closes #3498, adding $.fn.mouseenter & $.fn.mouseleave. | Ariel Flesler | 2008-10-21 | 1 | -2/+2 |
* | test runner: Commented 2 tests that jam the suite. | Ariel Flesler | 2008-10-21 | 1 | -1/+2 |
* | jquery fx: closes #3495. Animations are synchronous when duration is 0. | Ariel Flesler | 2008-10-18 | 1 | -6/+4 |
* | jquery event: closes #3355. Added stopImmediatePropagation() to events. | Ariel Flesler | 2008-10-18 | 1 | -1/+13 |
* | jquery core: closes #3485. Fixing a memory leak on IE. | Ariel Flesler | 2008-10-18 | 1 | -2/+6 |
* | 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: fix for [5828]. Put 'function' instead of 'string'. | Ariel Flesler | 2008-08-14 | 1 | -1/+1 |
* | jquery core: closes #3154. makeArray uses typeof instead of attribute sniffin... | Ariel Flesler | 2008-08-13 | 1 | -1/+1 |
* | jquery ajax: closes #3249. Slight modification on serializeArray, shorter and... | Ariel Flesler | 2008-08-13 | 1 | -2/+1 |
* | jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArra... | Ariel Flesler | 2008-08-12 | 2 | -5/+10 |
* | jquery ajax: misc optimization for $.fn.load(). | Ariel Flesler | 2008-08-11 | 1 | -3/+2 |
* | jquery core: closes #3241. The 'length' property isn't set to jQuery's protot... | Ariel Flesler | 2008-08-11 | 1 | -3/+0 |
* | jquery core: small size optimizations for val(). | Ariel Flesler | 2008-08-10 | 1 | -7/+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 |