| Commit message (Expand) | Author | Age | Files | Lines |
... | |
| * | | Ticket #8753 Allow special properties to explicitly defined on jQuery.Event o... | rwldrn | 2011-04-05 | 1 | -6/+23 |
| |/ |
|
* | | Fixes #8722. Remove try/catch used by #3533 to fix the IE Table Colon Blow bu... | Dave Methvin | 2011-04-07 | 1 | -0/+13 |
* | | Fixes #8712. Bubble custom events to the window when they are triggered. Ride... | Dave Methvin | 2011-04-06 | 1 | -2/+6 |
* | | Merge branch 'domready' of https://github.com/cowboy/jquery | Dave Methvin | 2011-04-05 | 1 | -13/+79 |
|\ \ |
|
| * | | Updated DOM ready unit tests. | Ben Alman | 2011-03-31 | 1 | -5/+4 |
| * | | DOM Ready unit tests (but not the supporting fixed code). | Ben Alman | 2011-03-31 | 1 | -13/+80 |
| |/ |
|
* | | Shorten up the code and do event cleanup on test cases. | Dave Methvin | 2011-04-05 | 1 | -0/+2 |
* | | Merge branch 'ticket_7883' of https://github.com/rwldrn/jquery into rwldrn-ti... | Dave Methvin | 2011-04-05 | 1 | -0/+39 |
|\ \
| |/
|/| |
|
| * | #7883 .delegate and .live should accept false as the fn arg, like bind | rwldrn | 2011-01-01 | 1 | -0/+39 |
* | | Followup commit for #7340 test case; make sure second test fires properly on ... | Dave Methvin | 2011-03-31 | 1 | -2/+7 |
* | | Merge branch 'fix-8456-lost-mouseenter' of https://github.com/dmethvin/jquery... | jeresig | 2011-03-21 | 1 | -0/+14 |
|\ \ |
|
| * | | Fixes #8456. Make sure parent is not null before crawling into its lap, so mo... | Dave Methvin | 2011-03-09 | 1 | -0/+14 |
* | | | Fixes #7340. Use a single capturing handler to simulate bubbling focusin/focu... | Dave Methvin | 2011-03-04 | 1 | -0/+25 |
|/ / |
|
* | | Fix some whitespace issues. | Anton M | 2011-02-15 | 1 | -6/+6 |
* | | Fixes #7922. Copy the donor event when simulating a bubbling submit in IE so ... | Dave Methvin | 2011-02-15 | 1 | -0/+11 |
* | | Fix some unscoped tests which failed after recent changes to QUnit. | Anton M | 2011-02-15 | 1 | -1/+1 |
* | | Make sure .clone(true) correctly clones namespaced events. Fixes #4537. | Anton M | 2011-02-10 | 1 | -6/+13 |
* | | Fix some whitespace issues. Improve and correct an events test. | Anton M | 2011-02-10 | 1 | -30/+26 |
* | | Update $.data to use a function instead of an object when attaching to JS obj... | Colin Snover | 2011-02-07 | 1 | -3/+2 |
* | | Revert "Make sure that focusin/focusout bubbles in non-IE browsers." This was... | jeresig | 2011-01-21 | 1 | -20/+0 |
* | | Merge in data_nocollide branch. Fixes #6968, improves unit testing framework ... | Colin Snover | 2011-01-17 | 1 | -13/+48 |
|\ \ |
|
| * | | Update unit tests with a leak detection mechanism for the various jQuery glob... | Colin Snover | 2011-01-09 | 1 | -4/+37 |
| * | | Change the way jQuery.data works so that there is no longer a chance of colli... | Colin Snover | 2011-01-09 | 1 | -9/+11 |
| |/ |
|
* | | Merging pull request 183 for #7793. | jeresig | 2011-01-17 | 1 | -4/+12 |
|\ \
| |/
|/| |
|
| * | Update test case to feature-detect Opera's lack of defaultPrevented and skip ... | Dave Methvin | 2011-01-15 | 1 | -1/+8 |
| * | Test for standard createEvent before IE-specific click method. | Dave Methvin | 2010-12-27 | 1 | -7/+4 |
| * | When a native browser event is bubbling up the DOM, make sure that the correc... | Dave Methvin | 2010-12-23 | 1 | -0/+38 |
* | | Clean trailing whitespace from all files. | Colin Snover | 2010-12-30 | 1 | -129/+129 |
* | | When a native browser event is bubbling up the DOM, make sure that the correc... | Dave Methvin | 2010-12-27 | 1 | -0/+35 |
|/ |
|
* | Make sure custom events named "submit" can be bound to non DOM elements in IE... | Anton M | 2010-11-21 | 1 | -3/+10 |
* | Honor stopImmediatePropagation for live/delegate event handlers. Fixes #7217. | dmethvin | 2010-10-25 | 1 | -0/+30 |
* | Fixes #7229 and #5803 | rwldrn | 2010-10-24 | 1 | -0/+20 |
* | Fix the number of change tests and remove textarea tests. | jeresig | 2010-10-14 | 1 | -32/+6 |
* | Use prepend for the focuin test (to avoid making the test suite jump). | jeresig | 2010-10-14 | 1 | -9/+15 |
* | Make sure that focusin/focusout bubbles in non-IE browsers. | Justin Meyer | 2010-10-13 | 1 | -1/+15 |
* | Merge branch 'bug7150' of http://github.com/csnover/jquery | John Resig | 2010-10-12 | 1 | -1/+4 |
|\ |
|
| * | Fix patch for #7150, which was not deleting the events object properly on pla... | Colin Snover | 2010-10-12 | 1 | -1/+4 |
* | | Fix some gaps in the handling of event data properties. Thanks to @jitter in ... | John Resig | 2010-10-12 | 1 | -1/+1 |
|/ |
|
* | Use a key name less likely to result in collisions for events on plain JS obj... | Colin Snover | 2010-10-11 | 1 | -1/+1 |
* | Handle some edge cases with binding events to the window object (which is als... | John Resig | 2010-10-11 | 1 | -1/+5 |
* | Add some resize event tests. | John Resig | 2010-10-11 | 1 | -0/+8 |
* | Using data() on JavaScript objects sets fields directly on the object. Note t... | Dave Reed | 2010-09-29 | 1 | -2/+6 |
* | Fix number of expected select tests from commit 879799fe955f01b85b59fd8a0096d... | John Resig | 2010-09-29 | 1 | -1/+1 |
* | Don't have .val() return selected-but-disabled options, or selected options i... | Dave Methvin | 2010-09-24 | 1 | -1/+1 |
* | Ensure that selector is not broken. | Robert Katic | 2010-09-23 | 1 | -1/+1 |
* | Correcting some imperfections in test added in previous commit. | Robert Katic | 2010-09-23 | 1 | -7/+7 |
* | Added support for map of events in live, die, delegate and undelegate. Fixes ... | Robert Katic | 2010-09-23 | 1 | -0/+39 |
* | Use custom events for testing unbind instead of the, potentially conflicting,... | jeresig | 2010-03-24 | 1 | -11/+11 |
* | Rewrote the live/delegate submit tests to be more generic. | jeresig | 2010-03-09 | 1 | -20/+6 |
* | Make sure that special remove and teardown events get called when .die() is u... | jeresig | 2010-03-09 | 1 | -10/+70 |