aboutsummaryrefslogtreecommitdiffstats
path: root/src/event
Commit message (Expand)AuthorAgeFilesLines
* Build: code style fixes after all those revertsOleg Gaidarenko2015-12-221-2/+2
* Revert "Event: remove deprecated event aliases"Oleg Gaidarenko2015-12-221-2/+2
* Event: Move .bind() and .delegate() to deprecatedDave Methvin2015-10-121-18/+0
* Build: Update jscs and lint filesOleg Gaidarenko2015-09-073-17/+19
* Core: Support non-browser environmentsMichał Gołębiowski2015-08-161-1/+2
* Event: remove deprecated event aliasesOleg Gaidarenko2015-05-191-2/+2
* Event: provide verbose info for focus(in | out) & rename support propsOleg Gaidarenko2015-05-191-3/+3
* Build: update grunt-jscs-checker and pass with the new rulesTimmy Willison2014-07-172-3/+13
* Ajax: move ajax event aliases to their own fileTimmy Willison2014-06-021-0/+13
* Fix some code style inconsistenciesOleg2013-11-071-1/+1
* Fix #14422 and add more thorough check for CSP violationsOleg2013-11-071-5/+8
* Fix #10814. Fix #14084. Make support tests lazy and broken out to components.Michał Gołębiowski2013-09-061-0/+23
* AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163.Timmy Willison2013-08-151-0/+39
* Reorganzing the jQuery source (first phase).John Resig2007-09-082-666/+0
* Fixed a bug in event - "native" is a reserved word in Safari 2.John Resig2007-09-071-2/+2
* Integration of Mike Alsup's excellent form serialization code. The benefits a...John Resig2007-09-051-1/+1
* Removed all inline documentation. The current version of all documentation is...John Resig2007-09-041-569/+10
* Added namespaced events to bind, unbind, and trigger. This allows you to deal...John Resig2007-09-032-10/+52
* Reverted the change that I made in #1320.John Resig2007-09-021-1/+1
* Made it so that you can pass in an event object to the trigger data args and ...John Resig2007-08-302-8/+33
* Added a new extra fn arg to trigger (so you don't have to simulate the trigge...John Resig2007-08-302-9/+46
* Made jQuery's internal trigger method return the value from handle. (Bug #1417)John Resig2007-08-281-0/+5
* Made it so that the last return value is always returned from handle() (unles...John Resig2007-08-281-2/+6
* Only bind .ready() once per instance of jQuery - and only bind if the ready()...John Resig2007-08-221-1/+11
* Fixed the case where global events weren't being triggered on window and docu...John Resig2007-08-221-1/+1
* Fix for a selector speed regression (calling a simple selector many times res...John Resig2007-08-211-4/+0
* Fixed two cases where []. was used instead of Array.prototype. (Bug #1427)John Resig2007-08-201-1/+1
* Make jQuery work without warnings in strict mode, in Firefox.John Resig2007-08-201-2/+2
* Complete overhaul of the Ajax test suite, it's now passing in all browsers. I...John Resig2007-08-191-28/+7
* More missing semicolons.John Resig2007-08-071-2/+2
* When we disabled triggering of clicks, we also killed off blur and focus, thi...John Resig2007-07-311-1/+1
* trigger DOM0 event handlers when doing a trigger (#1363)Brandon Aaron2007-07-212-4/+15
* broken test in IEBrandon Aaron2007-07-201-13/+11
* Fix for #1402Brandon Aaron2007-07-201-2/+2
* Fix for IE firing document ready too soon (Bug #1320).John Resig2007-07-121-1/+1
* Tweaked some of the tests, added in events and fx tests.John Resig2007-07-091-10/+5
* Did some minor tidying up.John Resig2007-06-301-6/+5
* Fix for #1322Brandon Aaron2007-06-291-3/+3
* Fix for #1187, #1278 and #1279Brandon Aaron2007-06-211-3/+4
* Fix for #1185Brandon Aaron2007-05-311-7/+12
* Fix for #923, #1136 and #1233Brandon Aaron2007-05-311-2/+8
* Use .one() when doing a .bind() with an "unload" event type (#1242)Brandon Aaron2007-05-311-1/+4
* Fix event.which (#1217)Brandon Aaron2007-05-301-46/+37
* Clean up in jQuery.event.add for assigning a handler.guidBrandon Aaron2007-05-231-7/+4
* fix style, prefix and typo in a few commentsEd Engelhardt2007-05-221-2/+2
* Added support for the event object properties relatedTarget, metaKey, which, ...John Resig2007-05-201-2/+23
* Clean up in jQuery.event.fix (#1171)Brandon Aaron2007-05-111-3/+3
* Fix for #1186Brandon Aaron2007-05-111-1/+1
* Query now throws no warnings under strict mode in Firefox (ticket #922). In f...John Resig2007-04-291-12/+13
* Fix for #1061Brandon Aaron2007-04-261-1/+3