| Commit message (Expand) | Author | Age | Files | Lines |
* | Revert "Adding in backwards-compatiblity support for jQuery().bind/unbind/tri... | jeresig | 2010-01-11 | 1 | -18/+5 |
* | Make sure that submit event is still bound for regular form submit events. Th... | jeresig | 2010-01-11 | 1 | -0/+3 |
* | Adding in backwards-compatiblity support for jQuery().bind/unbind/trigger - a... | jeresig | 2010-01-06 | 1 | -5/+18 |
* | Merging in jQuery.proxy() branch. | jeresig | 2010-01-05 | 1 | -29/+16 |
|\ |
|
| * | Added in a holdover jQuery.event.guid for back-compat (two plugins use it: mo... | jeresig | 2010-01-05 | 1 | -0/+4 |
| * | Moved jQuery.proxy() into core. | jeresig | 2009-12-31 | 1 | -20/+3 |
| * | Remove the .bind(name, fn, thisObject) and promote jQuery.event.proxy() to jQ... | jeresig | 2009-12-31 | 1 | -30/+30 |
* | | Merge branch 'bug-5735' | jeresig | 2009-12-31 | 1 | -1/+1 |
|\ \ |
|
| * | | Rather than declaring empty anonymous functions all around, introduce and use... | jeresig | 2009-12-31 | 1 | -1/+1 |
| |/ |
|
* / | When .bind('unload') was called it accidentally went recursive, from 1bac6165... | jeresig | 2009-12-31 | 1 | -3/+5 |
|/ |
|
* | Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d449e8d36571d1894. | jeresig | 2009-12-21 | 1 | -1/+1 |
* | Standardize on using double-quotes for string literals. | jeresig | 2009-12-21 | 1 | -2/+3 |
* | Made a number of spacing changes to bring the code more-inline with the jQuer... | jeresig | 2009-12-21 | 1 | -9/+20 |
* | Tweaked the syntax of withinElement a bit. | jeresig | 2009-12-21 | 1 | -4/+11 |
* | Tweaked a couple cases where == was used instead of ===. | jeresig | 2009-12-21 | 1 | -2/+2 |
* | Make sure that the beforeactivate event isn't accidentally prevented. | Alexander Farkas | 2009-12-21 | 1 | -1/+1 |
* | Stop trying to emulate the focus/blur event in IE, doesn't work as one might ... | Jörn Zaefferer | 2009-12-21 | 1 | -16/+15 |
* | Used the patch from Alexander as the basis for a rewrite of the IE change eve... | Alexander Farkas | 2009-12-21 | 1 | -35/+71 |
* | Make sure that we don't bind the onunload event in Opera. | jeresig | 2009-12-18 | 1 | -1/+1 |
* | No need to use the conditional comment for binding the onunload event in IE. | jeresig | 2009-12-18 | 1 | -11/+11 |
* | Retooled the arguments.callee-related changes in 98ce35d52b17a033822f31d8a362... | jeresig | 2009-12-16 | 1 | -2/+9 |
* | No need to use jQuery's event system for binding the onunload event in IE. | jeresig | 2009-12-16 | 1 | -3/+2 |
* | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1b73df82f. | John Resig | 2009-12-11 | 1 | -1/+1 |
* | combined jQuery.bind() and jQuery.one() to make them more DRY | Karl Swedberg | 2009-12-10 | 1 | -32/+12 |
* | Restrict the attr quick setters to only methods that specifically ask for the... | John Resig | 2009-12-09 | 1 | -0/+4 |
* | Add a try/catch to handle the exception thrown by unloaded iframes in IE. Fix... | John Resig | 2009-12-09 | 1 | -1/+4 |
* | Make sure that we don't try to trigger non-existant native events on applets,... | John Resig | 2009-12-09 | 1 | -2/+4 |
* | Fixed problems with removing live events. Fixes #4894. | John Resig | 2009-12-09 | 1 | -3/+1 |
* | We have to access the native event handlers/triggers directly, otherwise they... | John Resig | 2009-12-09 | 1 | -2/+2 |
* | Removed uses of arguments.callee from jQuery. | John Resig | 2009-12-07 | 1 | -2/+2 |
* | Moved .ready() to core.js from event.js. | John Resig | 2009-12-07 | 1 | -116/+1 |
* | Oops, missed a closing } from 7d36ccfa8eb018fcf349e1f74e3a0a614385558f. | John Resig | 2009-12-07 | 1 | -0/+2 |
* | Broke out the logic for the bubbling change/submit events so that they aren't... | John Resig | 2009-12-06 | 1 | -12/+11 |
* | Make sure that we're doing proper focus bubble testing. Also simplified the l... | John Resig | 2009-12-06 | 1 | -24/+14 |
* | Adding in cross-browser onbeforeunload support. Fixes #4106. | John Resig | 2009-12-06 | 1 | -0/+17 |
* | Fix inverted 'orig' and 'fix' event in mouseenter/mouseleave special events. | lrbabe | 2009-12-06 | 1 | -5/+5 |
* | added semicolons to end of 2 statements (and fixed a misspelled word in comment) | Karl Swedberg | 2009-12-06 | 1 | -2/+2 |
* | Retooled the native triggering code, simplifying it. | John Resig | 2009-12-04 | 1 | -5/+7 |
* | Adding in support for bubbling submit and change events, thanks to the patch ... | Justin Meyer | 2009-12-04 | 1 | -50/+136 |
* | Landed the rest of the liveHandler rewrite that takes advantage of the new cl... | jeresig | 2009-12-03 | 1 | -8/+3 |
* | No need to do the closest match if no selectors are passed in. | jeresig | 2009-12-03 | 1 | -16/+33 |
* | added curly braces around all if/else statements | Karl Swedberg | 2009-11-28 | 1 | -20/+24 |
* | Re-adding zeros removed from slice calls in last commit. | Robert Katic | 2009-11-26 | 1 | -2/+2 |
* | Corrected RegExp to match event namespaces. Fixes #5303. | Robert Katic | 2009-11-26 | 1 | -2/+2 |
* | Changed the === undefined ready event check to == null since frameElement is ... | Andrea Giammarchi | 2009-11-17 | 1 | -1/+1 |
* | Land Rich's fix for not using window.top to do frame detection. Fixes #4787. | Rich Dougherty | 2009-11-11 | 1 | -3/+8 |
* | Making sure that you can bind multiple toggles to a single element without pr... | Mr Speaker | 2009-11-11 | 1 | -2/+3 |
* | Require that, at least, document.body exists before firing the ready event. T... | John Resig | 2009-11-09 | 1 | -0/+4 |
* | Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20bf05, read the ticket ... | John Resig | 2009-11-09 | 1 | -1/+1 |
* | Merge branch 'master' of git@github.com:jquery/jquery | John Resig | 2009-11-09 | 1 | -4/+3 |
|\ |
|