aboutsummaryrefslogtreecommitdiffstats
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Added support for a[name^='foo['] style selectors. Fies jQuery bug #3928.John Resig2009-01-201-1/+1
* Made sure that .removeClass(null) doesn't throw an exception. Fixes #3847.John Resig2009-01-201-1/+1
* Focused support of .live(). stopPropagation and stopImmediatePropagation are ...John Resig2009-01-201-3/+2
* Re-worked the logic for where .selector and .context are added for ID selecto...John Resig2009-01-201-14/+10
* Added some missing spaces - helps to calm XHTML error messages in Safari.John Resig2009-01-201-1/+1
* Brought the logic for handling isXMLDoc over from Sizzle.John Resig2009-01-191-2/+2
* Made sure that a child element exists before the check is done, fixes jQuery ...John Resig2009-01-191-1/+1
* jquery event: closes #3843. Some events' timeStamp are wrong on Firefox, we d...Ariel Flesler2009-01-191-3/+3
* Re-worked the logic for handling isXML detection.John Resig2009-01-191-2/+2
* Landing a fix for non-link anchor tabIndex (from scott.gonzalez). Fixes ticke...John Resig2009-01-191-2/+4
* Fixed the logic for determining if an XML file is being used. Fixes jQuery bu...John Resig2009-01-191-2/+2
* Merged some recent fixes in from Sizzle.John Resig2009-01-191-43/+41
* Made the IE frameElement check more explicit. Fixes #3880.John Resig2009-01-171-1/+1
* jquery fx: sync animations were being left on jQuery.timers (double callback)Ariel Flesler2009-01-141-10/+6
* Merged Sizzle changes back into jQuery.John Resig2009-01-131-11/+26
* Added a trailing / in the innerHTML support test to allow it to not John Resig2009-01-131-1/+1
* Merged in from Sizzle - a change to child filter selector logic.John Resig2009-01-121-2/+2
* Merged in a fix from Sizzle for :not(:first).John Resig2009-01-121-0/+4
* Only try to wrap the element if it's not disconnected, fixed #3828.John Resig2009-01-121-13/+15
* Fixed an issue with parentNode being accessed in attr() on disconnected DOM e...John Resig2009-01-121-1/+1
* Made a note about the push method.John Resig2009-01-121-0/+2
* Made the case specific of the type attribute.John Resig2009-01-111-1/+1
* Merging the latest from Sizzle.John Resig2009-01-111-29/+36
* Prevented non-script <script> blocks from executing, fixing #3733.John Resig2009-01-111-1/+1
* Fixed boxModel support - is now computed with feature detection, rather than ...John Resig2009-01-112-4/+13
* .closest() with positional selectors wasn't worked as expected.John Resig2009-01-101-1/+3
* Landed a fix for when a DOM element gets accidentally removed by another live...John Resig2009-01-101-4/+12
* Fixed an issue with script nodes being removed incorrectly, fixes #3737.John Resig2009-01-101-1/+1
* Didn't get specific enough with the proxy guid, fixes #3787.John Resig2009-01-091-2/+2
* Made it so that you can bind a single function to multiple .live() selectors....John Resig2009-01-091-7/+9
* jquery event: Fixes #3538. unbind on many events was failing.Ariel Flesler2009-01-081-3/+3
* Selector state wasn't being passed along on a cloned jQuery object.John Resig2009-01-081-0/+6
* Fixed tabindex normalization so that elements that natively support tabbing, ...Scott González2009-01-072-9/+9
* Merged in a missing argument from Sizzle.John Resig2009-01-071-1/+1
* Landed a number of improvements to the selector engine. Results are auto-merg...John Resig2009-01-072-26/+59
* Made the .unqiue() within .find() optional (speeds up calls).John Resig2009-01-061-6/+10
* jquery selector: Replacing {0,1} for ? in a regex.Ariel Flesler2009-01-051-1/+1
* Switched back to the old style of running embedded scripts (users who have du...John Resig2009-01-051-16/+5
* Oops, order of operations.John Resig2009-01-051-1/+1
* Brought in a fix from Sizzle - IE doesn't have .contains on XML elements.John Resig2009-01-051-1/+1
* The triggered flag was being set too early, which was preventing bubbling for...John Resig2009-01-051-2/+2
* Make sure that if no ownerDocument is available that we fall back to the node...John Resig2009-01-051-3/+3
* Landed cross-browser support for tabIndex, by Scott, closes ticket #3649.John Resig2009-01-052-1/+13
* jquery event: Removed a needless if (old code)Ariel Flesler2009-01-051-11/+9
* jquery intro: looks nicer when builtAriel Flesler2009-01-051-0/+1
* jquery fx: Shortening the code additions on [6037].Ariel Flesler2009-01-051-12/+17
* Merging from Sizzle (fixed a bug when querySelectorAll is used.John Resig2009-01-051-3/+4
* Made hide, show, toggle, slideUp, slideDown, and slideToggle animate margins ...John Resig2009-01-051-13/+18
* Synced with the Sizzle repository.John Resig2009-01-051-44/+35
* .live("div div") was failing due to the extra space in the selector (which co...John Resig2009-01-041-1/+1