Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | jquery intro: looks nicer when built | Ariel Flesler | 2009-01-05 | 1 | -0/+1 | |
| | ||||||
* | jquery fx: Shortening the code additions on [6037]. | Ariel Flesler | 2009-01-05 | 1 | -12/+17 | |
| | ||||||
* | Merging from Sizzle (fixed a bug when querySelectorAll is used. | John Resig | 2009-01-05 | 1 | -3/+4 | |
| | ||||||
* | Forgot to merge in some of the new tests from Sizzle. | John Resig | 2009-01-05 | 2 | -1/+8 | |
| | ||||||
* | Made hide, show, toggle, slideUp, slideDown, and slideToggle animate margins ↵ | John Resig | 2009-01-05 | 1 | -13/+18 | |
| | | | | and paddings in addition to height, width, and opacity (results in a much-smoother animation). | |||||
* | Accidentally left in an extra echo statement in the Makefile. | John Resig | 2009-01-05 | 1 | -1/+0 | |
| | ||||||
* | Synced with the Sizzle repository. | John Resig | 2009-01-05 | 2 | -46/+56 | |
| | ||||||
* | .live("div div") was failing due to the extra space in the selector (which ↵ | John Resig | 2009-01-04 | 1 | -1/+1 | |
| | | | | conflicted with multiple event binding in .bind). | |||||
* | Moved the copyright to the intro file, added a ! so that it passes through ↵ | John Resig | 2009-01-04 | 3 | -12/+19 | |
| | | | | YUIMin untouched, and changed the Date and Revision so that they're now generated automatically based upon all of jQuery rather than just the core file. | |||||
* | jquery event: event.stopImmediatePropagation() stops live handlers as well. | Ariel Flesler | 2009-01-04 | 1 | -1/+1 | |
| | ||||||
* | jquery core: Misc file size optimizations. | Ariel Flesler | 2009-01-04 | 1 | -21/+19 | |
| | ||||||
* | jquery ajax: File size optimization for compressed code. | Ariel Flesler | 2009-01-04 | 1 | -1/+3 | |
| | ||||||
* | jquery core: Allowing whitespaces within the [6026] addition. | Ariel Flesler | 2009-01-04 | 1 | -1/+1 | |
| | ||||||
* | Changed build.xml to use YUICompressor, fixes #3779. | John Resig | 2009-01-04 | 1 | -5/+13 | |
| | ||||||
* | Moved from the old JSMin to using YUIMin for compressing the jQuery source. ↵ | John Resig | 2009-01-04 | 5 | -3/+7 | |
| | | | | Additionally landed some improvements from #3770 which dramatically reduce the filesize. The final minifed + gzipped size of jQuery went from 19817 bytes to 18063 bytes. | |||||
* | Landed a proper fix for #3255 - which involves doing createElement instead ↵ | John Resig | 2009-01-03 | 2 | -8/+12 | |
| | | | | of going through the normal clean method. | |||||
* | Hid an issue where Safari through an exception when a colgroup was created ↵ | John Resig | 2009-01-03 | 1 | -1/+4 | |
| | | | | in jQuery.clean. Not completely sure what the cause is, yet. | |||||
* | jquery event: Misc, removed a commented line from last commit. | Ariel Flesler | 2009-01-02 | 1 | -6/+2 | |
| | ||||||
* | Fixed an issue that was introduced by [5743] (which didn't have a test case, ↵ | John Resig | 2009-01-02 | 2 | -8/+17 | |
| | | | | either - that has been resolved). This fixed #3739. | |||||
* | jquery event: Now using an internal argument to detect if bubbling on ↵ | Ariel Flesler | 2009-01-02 | 1 | -64/+59 | |
| | | | | | | $.event.trigger. The other would fail when it receives an event object with target. Also, the target isn't nulled anymore. In addition, there was a lot of code running O(n) during bubbling while not needed. | |||||
* | jquery event: closes #3772. The extra function on $.event.trigger isn't ↵ | Ariel Flesler | 2009-01-02 | 2 | -52/+6 | |
| | | | | supported anymore. | |||||
* | Disabled testing of em-defined borders, need to look back into this issue. | John Resig | 2009-01-02 | 1 | -4/+6 | |
| | ||||||
* | The exact escaping of the text() test isn't important - as long as < is escaped. | John Resig | 2009-01-02 | 1 | -1/+1 | |
| | ||||||
* | Fixed an issue with .not("#foo, bar") not working correctly, closes #3757. | John Resig | 2008-12-31 | 2 | -2/+6 | |
| | ||||||
* | jquery event: event.timeStamp wasn't being created when passing just the ↵ | Ariel Flesler | 2008-12-31 | 1 | -5/+6 | |
| | | | | | | type to the constructor. Misc: Simplified the readyList execution code. | |||||
* | jquery event: | Ariel Flesler | 2008-12-31 | 2 | -84/+152 | |
| | | | | | | | | | | | * event objects have isDefaultPrevented, isPropagationStopped and isImmediatePropagationStopped methods. * Removed donative and dohandlers from $.trigger * event.result carries the last returned data from a handler(not undefined). * $.trigger doesn't keep bubbling if stopPropagation() is called. * Same event object is used all along for global trigger * Fixed the bug where target doesn't change when triggering on many elements. * The data array on $.trigger was accumulating objects as it bubbles. testrunner: adding more tests | |||||
* | jquery event: removed the argument dohandlers from $.trigger. Uses another ↵ | Ariel Flesler | 2008-12-30 | 1 | -16/+13 | |
| | | | | approach. | |||||
* | build: Closes #3760. Adding the data module to the build file. Thanks Cloudream. | Ariel Flesler | 2008-12-30 | 1 | -0/+1 | |
| | ||||||
* | Made sure that return false works in .live() along with the event object ↵ | John Resig | 2008-12-30 | 2 | -4/+22 | |
| | | | | being passed in as the first argument. | |||||
* | jquery data: Fixed a weird patch merging issue from [6011] | Ariel Flesler | 2008-12-30 | 1 | -146/+1 | |
| | ||||||
* | jquery data: Oops.. forgot to commit the new data module. This is part of ↵ | Ariel Flesler | 2008-12-30 | 1 | -0/+290 | |
| | | | | [6010]. | |||||
* | jquery data: Closes #3539. Exposed jQuery.queue. Moved all the data and ↵ | Ariel Flesler | 2008-12-30 | 7 | -255/+164 | |
| | | | | queue functions to their own module. Made the dequeue function more generic(designed to be used on functions). Closes #3748. Reverted a previous modification. | |||||
* | jquery support: Closes #3758, fixes a memory leak on IE. Thanks Choan Galvez. | Ariel Flesler | 2008-12-29 | 1 | -1/+2 | |
| | ||||||
* | jquery event: jQuery.Event can be instantiated without the 'new' keyword. | Ariel Flesler | 2008-12-29 | 2 | -5/+14 | |
| | ||||||
* | jquery core: Removed an orphaned line. Thanks mose. | Ariel Flesler | 2008-12-27 | 1 | -2/+0 | |
| | ||||||
* | jquery core: Fixed a global var leak introduced by me on a recent commit. | Ariel Flesler | 2008-12-26 | 1 | -7/+7 | |
| | ||||||
* | jquery event: Closes #3662. Adds a jQuery.Event class. Makes trigger and fix ↵ | Ariel Flesler | 2008-12-25 | 2 | -82/+107 | |
| | | | | simpler. Adds currentTarget attribute to event objects. Event object isn't passed as part of data. | |||||
* | jquery core: Closes #3737. Fixed a possible null dereference. | Ariel Flesler | 2008-12-25 | 1 | -5/+7 | |
| | ||||||
* | jquery selector: Removed a needless line (related to [5992]). | Ariel Flesler | 2008-12-25 | 1 | -1/+0 | |
| | ||||||
* | jquery fx: Fixed redundant code | Ariel Flesler | 2008-12-25 | 1 | -2/+2 | |
| | ||||||
* | jquery fx: Closes #3219. jQuery.fn.toggle can accept a boolean argument ↵ | Ariel Flesler | 2008-12-25 | 2 | -6/+16 | |
| | | | | indicating show/hide. | |||||
* | jquery core: Closes #1681. jQuery.fn.toggleClass can accept a boolean ↵ | Ariel Flesler | 2008-12-25 | 2 | -3/+12 | |
| | | | | argument indicating add/remove. | |||||
* | jquery core: Closes #3255. The div used in jQuery.clean is emptied in the ↵ | Ariel Flesler | 2008-12-25 | 2 | -3/+19 | |
| | | | | end. Cleaning the parentNode's properties of the elements. | |||||
* | jquery core: Closes #3641. jQuery.merge stopped looping once a 0 was found. | Ariel Flesler | 2008-12-25 | 2 | -2/+17 | |
| | ||||||
* | jquery core: Closes #3666. Removed old code. | Ariel Flesler | 2008-12-25 | 1 | -1/+1 | |
| | ||||||
* | Bumped the version number to 1.3b2pre. | John Resig | 2008-12-22 | 1 | -1/+1 | |
| | ||||||
* | Tagging the 1.3b1 release.1.3b1 | John Resig | 2008-12-22 | 1 | -1/+1 | |
| | ||||||
* | Synced with Sizzle codebase (which removed the use of the caching code). | John Resig | 2008-12-22 | 1 | -18/+0 | |
| | ||||||
* | Disabled native event triggering (and, thus, bubbling) for global events. | John Resig | 2008-12-22 | 1 | -1/+1 | |
| | ||||||
* | Added a new liveQuery/event delegation hybrid method: .live and .die. Easily ↵ | John Resig | 2008-12-22 | 2 | -21/+141 | |
| | | | | adapts event delegation to the jQuery style. $("div").live("click", fn); $("div > #foo").live("submit", fn); $("div").die("click"); |