| 2009-01-19 | 
John Resig | Brought the logic for handling isXMLDoc over from Sizzle. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-19 | 
John Resig | Made sure that a child element exists before the check...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-19 | 
Ariel Flesler | jquery event: closes #3843. Some events' timeStamp...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-19 | 
John Resig | Re-worked the logic for handling isXML detection. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-19 | 
John Resig | Landing a fix for non-link anchor tabIndex (from scott...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-19 | 
John Resig | Fixed the logic for determining if an XML file is being...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-19 | 
John Resig | Added a way to run the test suite as an XHTML page. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-19 | 
John Resig | Merged some recent fixes in from Sizzle. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-18 | 
Jörn Zaefferer | core: ant build - add Date and Revision to to header...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-18 | 
Jörn Zaefferer | core: replaced version.js build script in ant build...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-17 | 
John Resig | Updated License Year, fixes #3871. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-17 | 
John Resig | Made the IE frameElement check more explicit. Fixes...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-14 | 
Ariel Flesler | jquery fx: sync animations were being left on jQuery...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-14 | 
Jörn Zaefferer | core: Ant target to generate openAjaxMetadata; uses...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-14 | 
Jörn Zaefferer | core: removed newline from version.txt, easier to use...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-14 | 
Jörn Zaefferer | core: removed outdated docs target from makefile | 
commit | commitdiff | tree | snapshot | 
| 2009-01-13 | 
John Resig | Updating the version to 1.3.1pre. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-13 | 
John Resig | Tagging the 1.3 release. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-13 | 
John Resig | Merged Sizzle changes back into jQuery. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-13 | 
John Resig | Added a trailing / in the innerHTML support test to...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Updated the benchmarking utility to use the Yahoo homep...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Merged in from Sizzle - a change to child filter select...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Merged in a fix from Sizzle for :not(:first). | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Only try to wrap the element if it's not disconnected...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Fixed an issue with parentNode being accessed in attr...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Updating the source version to 1.3rc2. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Tagging the 1.3rc1 release. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Had to remove the global variable tricks (especially...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Tweaked the benchmark tests. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-12 | 
John Resig | Made a note about the push method. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-11 | 
John Resig | Made the case specific of the type attribute. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-11 | 
John Resig | Merging the latest from Sizzle. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-11 | 
John Resig | Prevented non-script <script> blocks from executing...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-11 | 
John Resig | Forgot to change the build.xml file as well. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-11 | 
John Resig | Fixed boxModel support - is now computed with feature...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-10 | 
John Resig | .closest() with positional selectors wasn't worked...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-10 | 
John Resig | Landed a fix for when a DOM element gets accidentally...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-10 | 
John Resig | Fixed an issue with script nodes being removed incorrec...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-10 | 
Ariel Flesler | testrunner: Putting back the global variables used...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-09 | 
Ariel Flesler | testrunner: Removing every global variable leaked withi...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-09 | 
John Resig | Didn't get specific enough with the proxy guid, fixes...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-09 | 
John Resig | Made it so that you can bind a single function to multi...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-08 | 
Ariel Flesler | testrunner: refactored unbind's tests. Including one...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-08 | 
Ariel Flesler | jquery event: Fixes #3538. unbind on many events was...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-08 | 
John Resig | Selector state wasn't being passed along on a cloned...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-07 | 
Scott González | Fixed tabindex normalization so that elements that...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-07 | 
John Resig | Merged in a missing argument from Sizzle. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-07 | 
John Resig | Landed a number of improvements to the selector engine...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-06 | 
John Resig | Removed all uses of @ in the benchmarker and added...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-06 | 
John Resig | Cleaned up the benchmarking utility (using a newer...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-06 | 
John Resig | Made the .unqiue() within .find() optional (speeds...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Tagging the 1.3b2 release. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
Ariel Flesler | jquery selector: Replacing {0,1} for ? in a regex. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Disabled an extra event binding. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Switched back to the old style of running embedded...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Timeout test appears to be flaky - disabling, for now. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | The timeout test was waiting for 10 seconds - unnecessa...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Oops, order of operations. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Brought in a fix from Sizzle - IE doesn't have .contain...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Simplified the XML clone test. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Simplified the XML selector test (save the result). | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Fixed an issue with how broken selector tests were...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | The triggered flag was being set too early, which was...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Make sure that if no ownerDocument is available that...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Landed cross-browser support for tabIndex, by Scott...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
Ariel Flesler | jquery event: Removed a needless if (old code) | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
Ariel Flesler | jquery intro: looks nicer when built | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
Ariel Flesler | jquery fx: Shortening the code additions on [6037]. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Merging from Sizzle (fixed a bug when querySelectorAll...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Forgot to merge in some of the new tests from Sizzle. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Made hide, show, toggle, slideUp, slideDown, and slideT...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Accidentally left in an extra echo statement in the...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-05 | 
John Resig | Synced with the Sizzle repository. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-04 | 
John Resig | .live("div div") was failing due to the extra space...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-04 | 
John Resig | Moved the copyright to the intro file, added a ! so...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-04 | 
Ariel Flesler | jquery event: event.stopImmediatePropagation() stops...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-04 | 
Ariel Flesler | jquery core: Misc file size optimizations. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-04 | 
Ariel Flesler | jquery ajax: File size optimization for compressed...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-04 | 
Ariel Flesler | jquery core: Allowing whitespaces within the [6026...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-04 | 
John Resig | Changed build.xml to use YUICompressor, fixes #3779. | 
commit | commitdiff | tree | snapshot | 
| 2009-01-04 | 
John Resig | Moved from the old JSMin to using YUIMin for compressin...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-03 | 
John Resig | Landed a proper fix for #3255 - which involves doing...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-03 | 
John Resig | Hid an issue where Safari through an exception when...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-02 | 
Ariel Flesler | jquery event: Misc, removed a commented line from last...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-02 | 
John Resig | Fixed an issue that was introduced by [5743] (which...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-02 | 
Ariel Flesler | jquery event: Now using an internal argument to detect...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-02 | 
Ariel Flesler | jquery event: closes #3772. The extra function on ...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-02 | 
John Resig | Disabled testing of em-defined borders, need to look...  | 
commit | commitdiff | tree | snapshot | 
| 2009-01-02 | 
John Resig | The exact escaping of the text() test isn't important...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-31 | 
John Resig | Fixed an issue with .not("#foo, bar") not working corre...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-31 | 
Ariel Flesler | jquery event: event.timeStamp wasn't being created...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-31 | 
Ariel Flesler | jquery event: | 
commit | commitdiff | tree | snapshot | 
| 2008-12-30 | 
Ariel Flesler | jquery event: removed the argument dohandlers from...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-30 | 
Ariel Flesler | build: Closes #3760. Adding the data module to the...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-30 | 
John Resig | Made sure that return false works in .live() along...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-30 | 
Ariel Flesler | jquery data: Fixed a weird patch merging issue from...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-30 | 
Ariel Flesler | jquery data: Oops.. forgot to commit the new data modul...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-30 | 
Ariel Flesler | jquery data: Closes #3539. Exposed jQuery.queue. Moved...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-29 | 
Ariel Flesler | jquery support: Closes #3758, fixes a memory leak on...  | 
commit | commitdiff | tree | snapshot | 
| 2008-12-29 | 
Ariel Flesler | jquery event: jQuery.Event can be instantiated without...  | 
commit | commitdiff | tree | snapshot | 
| next |