aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* jquery event: Ariel Flesler2008-12-311-53/+80
* jquery event: removed the argument dohandlers from $.trigger. Uses another ap...Ariel Flesler2008-12-301-16/+13
* Made sure that return false works in .live() along with the event object bein...John Resig2008-12-301-3/+7
* jquery data: Fixed a weird patch merging issue from [6011]Ariel Flesler2008-12-301-146/+1
* jquery data: Oops.. forgot to commit the new data module. This is part of [60...Ariel Flesler2008-12-301-0/+290
* jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and queue...Ariel Flesler2008-12-302-144/+2
* jquery support: Closes #3758, fixes a memory leak on IE. Thanks Choan Galvez.Ariel Flesler2008-12-291-1/+2
* jquery event: jQuery.Event can be instantiated without the 'new' keyword.Ariel Flesler2008-12-291-3/+7
* jquery core: Removed an orphaned line. Thanks mose.Ariel Flesler2008-12-271-2/+0
* jquery core: Fixed a global var leak introduced by me on a recent commit.Ariel Flesler2008-12-261-7/+7
* jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ...Ariel Flesler2008-12-251-63/+74
* jquery core: Closes #3737. Fixed a possible null dereference.Ariel Flesler2008-12-251-5/+7
* jquery selector: Removed a needless line (related to [5992]).Ariel Flesler2008-12-251-1/+0
* jquery fx: Fixed redundant codeAriel Flesler2008-12-251-2/+2
* jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument indic...Ariel Flesler2008-12-251-5/+8
* jquery core: Closes #1681. jQuery.fn.toggleClass can accept a boolean argumen...Ariel Flesler2008-12-251-2/+4
* jquery core: Closes #3255. The div used in jQuery.clean is emptied in the end...Ariel Flesler2008-12-251-2/+6
* jquery core: Closes #3641. jQuery.merge stopped looping once a 0 was found.Ariel Flesler2008-12-251-2/+2
* jquery core: Closes #3666. Removed old code.Ariel Flesler2008-12-251-1/+1
* Synced with Sizzle codebase (which removed the use of the caching code).John Resig2008-12-221-18/+0
* Disabled native event triggering (and, thus, bubbling) for global events.John Resig2008-12-221-1/+1
* Added a new liveQuery/event delegation hybrid method: .live and .die. Easily ...John Resig2008-12-221-21/+75
* Added support for bubbling triggered events.John Resig2008-12-221-0/+6
* Added support for the new .closest() method (very useful for event delegation).John Resig2008-12-221-0/+11
* Oops, forgot to commit support.js.John Resig2008-12-211-0/+99
* Added the new jQuery.support object and removed all uses of jQuery.browser fr...John Resig2008-12-214-154/+84
* 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-202-352/+789
* 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
* Switched to using DOM Fragments in domManip.John Resig2008-12-191-48/+51
* Added selector path logging (creates a trail that plugins can use).John Resig2008-12-191-7/+22
* 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-191-8/+9
* Simplifying the DOM ready code, no longer attempting to handle stylesheet loa...John Resig2008-12-191-40/+14
* 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-101-90/+75
* 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