aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-216-154/+86
* Fixed an issue with domManip where the incorrect document was being used to c...John Resig2008-12-211-1/+1
* Syncing Sizzle codebase.John Resig2008-12-201-10/+10
* Added a missing semicolon.John Resig2008-12-201-1/+1
* Landing the new Sizzle selector engine. There'll need to be some later tweaks...John Resig2008-12-204-388/+861
* Rewrote the hide and show methods to fix the issue with Safari not hiding dis...John Resig2008-12-191-22/+45
* Fixed an issue with domManip where the incorrect clone fragments were being u...John Resig2008-12-191-2/+3
* Fixed a problem with multi-namespaced events not targetting the correct funct...John Resig2008-12-191-3/+5
* Fixed an issue with how .data() was expecting output (trigger now returns exa...John Resig2008-12-191-1/+1
* Fixed line-ending issue.John Resig2008-12-191-1719/+1719
* Tweaked mis-numbered makeArray test.John Resig2008-12-191-1/+1
* Switched to using DOM Fragments in domManip.John Resig2008-12-192-50/+53
* Added selector path logging (creates a trail that plugins can use).John Resig2008-12-192-7/+80
* Removing remaining strict-mode warnings.John Resig2008-12-193-6/+7
* Added support for multiple-namespaced events (in bind, trigger, and unbind).John Resig2008-12-192-8/+63
* Simplifying the DOM ready code, no longer attempting to handle stylesheet loa...John Resig2008-12-191-40/+14
* core: cleanup of build - build.js isn't used anywhereJörn Zaefferer2008-12-181-5/+0
* testrunner: re adding the test for a function within isFunction.Ariel Flesler2008-12-161-3/+1
* testrunner: adding tests for $.fn.hasClass.Ariel Flesler2008-12-161-1/+1
* IE doesn't care for boolean checks of .createElement - reverted back to using...John Resig2008-11-291-1/+1
* Made a mistake in the patch for #3618, landing fix.John Resig2008-11-181-1/+1
* The code for handling Ajax timeouts was broken (the abort was being called to...John Resig2008-11-181-3/+4
* Standardized the type checks across core. isFunction and isArray now use Obje...John Resig2008-11-176-54/+52
* Landing fixes for tickets #2935 and #2688 (Aborting ajax doesn't stop the set...John Resig2008-11-141-4/+15
* fix the long standing 2px offset issue in QuirksMode in IEBrandon Aaron2008-11-131-3/+4
* Landed the patch, by Diego, that 1) Removes browser sniffing from the ready c...John Resig2008-11-121-15/+27
* new offset method, faster and no more browser detectionBrandon Aaron2008-11-103-92/+110
* core: height() method wasn't working reliably in Opera - rather than returnin...Paul Bakaus2008-11-071-1/+1
* jquery core: closes #3541. Added isArray.Ariel Flesler2008-10-293-6/+10
* jquery core: forgot to remove a deprecated warning.Ariel Flesler2008-10-291-2/+0
* jquery core: improves #3248. Functions are supported by isFunction.Ariel Flesler2008-10-291-1/+1
* core: tests cleanup for compability with qunit updates: stop() now actually a...Jörn Zaefferer2008-10-242-5/+5
* jquery fx: closes #3496. $.fx.off = true; turns off animations.Ariel Flesler2008-10-221-1/+1
* jquery event: extra for #3498. Using the new mouse(enter|leave) shortcuts in ...Ariel Flesler2008-10-221-1/+1
* jquery event: closes #3498, adding $.fn.mouseenter & $.fn.mouseleave.Ariel Flesler2008-10-211-2/+2
* test runner: Commented 2 tests that jam the suite.Ariel Flesler2008-10-211-1/+2
* jquery fx: closes #3495. Animations are synchronous when duration is 0.Ariel Flesler2008-10-181-6/+4
* jquery event: closes #3355. Added stopImmediatePropagation() to events.Ariel Flesler2008-10-181-1/+13
* jquery core: closes #3485. Fixing a memory leak on IE.Ariel Flesler2008-10-181-2/+6
* testrunner: fixing tests that were broken due to recent updates to qunit.Ariel Flesler2008-10-181-15/+14
* A test was using the old / child selector syntax - updating to the new style.John Resig2008-08-211-1/+1
* jquery core: fix for [5828]. Put 'function' instead of 'string'.Ariel Flesler2008-08-141-1/+1
* jquery core: closes #3154. makeArray uses typeof instead of attribute sniffin...Ariel Flesler2008-08-131-1/+1
* jquery ajax: closes #3249. Slight modification on serializeArray, shorter and...Ariel Flesler2008-08-131-2/+1
* jquery core: closes #3248, #3079, #3026, #3176, #3202, #3129. jQuery.makeArra...Ariel Flesler2008-08-122-5/+10
* jquery ajax: misc optimization for $.fn.load().Ariel Flesler2008-08-111-3/+2
* jquery core: closes #3241. The 'length' property isn't set to jQuery's protot...Ariel Flesler2008-08-111-3/+0
* jquery core: small size optimizations for val().Ariel Flesler2008-08-101-7/+6
* core/test: replaced local qunit copy with qunit via svn:externals; inlined st...Jörn Zaefferer2008-08-085-461/+18
* core: deleted useless test/fix.htmlJörn Zaefferer2008-08-081-48/+0