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