2010-01-28 |
jeresig | Further optimize the empty/remove/cleanData logic. |
blob | commitdiff |
2010-01-28 |
jeresig | Provide a way to simulate default browser actions.... |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Make sure namespaces is always an array, when passed... |
blob | commitdiff | diff to current |
2010-01-28 |
jeresig | Make sure that jQuery.data( elem ) always returns a... |
blob | commitdiff | diff to current |
2010-01-27 |
jeresig | No reason to limit the initial change data store to... |
blob | commitdiff | diff to current |
2010-01-25 |
jeresig | Make sure that special.add actually copies over event... |
blob | commitdiff | diff to current |
2010-01-25 |
jeresig | Make sure multiple bound events have their namespaces... |
blob | commitdiff | diff to current |
2010-01-25 |
jeresig | Make sure that it's possible to preventDefault natively... |
blob | commitdiff | diff to current |
2010-01-23 |
jeresig | Make sure that .die() with no args works. Fixes #5789. |
blob | commitdiff | diff to current |
2010-01-23 |
Matt Curry | Select (with a selected) fired change on first focus... |
blob | commitdiff | diff to current |
2010-01-23 |
Irae Brasil | Added support for multiple live event handlers, live... |
blob | commitdiff | diff to current |
2010-01-23 |
Irae Brasil | Make sure that live handlers don't stop inline scripts... |
blob | commitdiff | diff to current |
2010-01-23 |
Irae Brasil | Make sure non-left-click events don't bubble. Fixes... |
blob | commitdiff | diff to current |
2010-01-18 |
jeresig | Adding in the change recommended by Alexander Farkas... |
blob | commitdiff | diff to current |
2010-01-18 |
jeresig | Fix missing var declaration for the length iterator. |
blob | commitdiff | diff to current |
2010-01-15 |
John Resig | Expose the proxy object on the object, for the benefit... |
blob | commitdiff | diff to current |
2010-01-14 |
John Resig | Removed extraneous thisObject references. Thanks to... |
blob | commitdiff | diff to current |
2010-01-13 |
jeresig | Make sure no exception is thrown if no event handler... |
blob | commitdiff | diff to current |
2010-01-13 |
jeresig | Fixed typo in logic, also disabled function setters... |
blob | commitdiff | diff to current |
2010-01-12 |
jeresig | Make sure that the focusin and focusout easy-bind metho... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Revert "Adding in backwards-compatiblity support for... |
blob | commitdiff | diff to current |
2010-01-11 |
jeresig | Make sure that submit event is still bound for regular... |
blob | commitdiff | diff to current |
2010-01-06 |
jeresig | Adding in backwards-compatiblity support for jQuery... |
blob | commitdiff | diff to current |
2010-01-06 |
jeresig | Merging in jQuery.proxy() branch. |
blob | commitdiff | diff to current |
2010-01-06 |
jeresig | Added in a holdover jQuery.event.guid for back-compat... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Moved jQuery.proxy() into core. |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Merge branch 'bug-5735' |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Rather than declaring empty anonymous functions all... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | When .bind('unload') was called it accidentally went... |
blob | commitdiff | diff to current |
2009-12-31 |
jeresig | Remove the .bind(name, fn, thisObject) and promote... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Fixed spelling mistake noted in dc6b7ce3469eaadb37a151d... |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Standardize on using double-quotes for string literals. |
blob | commitdiff | diff to current |
2009-12-22 |
jeresig | Made a number of spacing changes to bring the code... |
blob | commitdiff | diff to current |
2009-12-21 |
jeresig | Tweaked the syntax of withinElement a bit. |
blob | commitdiff | diff to current |
2009-12-21 |
jeresig | Tweaked a couple cases where == was used instead of... |
blob | commitdiff | diff to current |
2009-12-21 |
Alexander Farkas | Make sure that the beforeactivate event isn't accidenta... |
blob | commitdiff | diff to current |
2009-12-21 |
Jörn Zaefferer | Stop trying to emulate the focus/blur event in IE,... |
blob | commitdiff | diff to current |
2009-12-21 |
Alexander Farkas | Used the patch from Alexander as the basis for a rewrit... |
blob | commitdiff | diff to current |
2009-12-19 |
jeresig | Make sure that we don't bind the onunload event in... |
blob | commitdiff | diff to current |
2009-12-19 |
jeresig | No need to use the conditional comment for binding... |
blob | commitdiff | diff to current |
2009-12-16 |
jeresig | Retooled the arguments.callee-related changes in 98ce35... |
blob | commitdiff | diff to current |
2009-12-16 |
jeresig | No need to use jQuery's event system for binding the... |
blob | commitdiff | diff to current |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
blob | commitdiff | diff to current |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
blob | commitdiff | diff to current |
2009-12-11 |
John Resig | Fixed typo from commit 542099a278e79dce38e814e7e7b448a1... |
blob | commitdiff | diff to current |
2009-12-10 |
Karl Swedberg | combined jQuery.bind() and jQuery.one() to make them... |
blob | commitdiff | diff to current |
2009-12-10 |
John Resig | Restrict the attr quick setters to only methods that... |
blob | commitdiff | diff to current |
2009-12-10 |
John Resig | Add a try/catch to handle the exception thrown by unloa... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Make sure that we don't try to trigger non-existant... |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | Fixed problems with removing live events. Fixes #4894. |
blob | commitdiff | diff to current |
2009-12-09 |
John Resig | We have to access the native event handlers/triggers... |
blob | commitdiff | diff to current |
2009-12-08 |
John Resig | Removed uses of arguments.callee from jQuery. |
blob | commitdiff | diff to current |
2009-12-08 |
John Resig | Moved .ready() to core.js from event.js. |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Oops, missed a closing } from 7d36ccfa8eb018fcf349e1f74... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Broke out the logic for the bubbling change/submit... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Make sure that we're doing proper focus bubble testing... |
blob | commitdiff | diff to current |
2009-12-07 |
John Resig | Adding in cross-browser onbeforeunload support. Fixes... |
blob | commitdiff | diff to current |
2009-12-06 |
lrbabe | Fix inverted 'orig' and 'fix' event in mouseenter/mouse... |
blob | commitdiff | diff to current |
2009-12-06 |
Karl Swedberg | added semicolons to end of 2 statements (and fixed... |
blob | commitdiff | diff to current |
2009-12-05 |
John Resig | Retooled the native triggering code, simplifying it. |
blob | commitdiff | diff to current |
2009-12-04 |
Justin Meyer | Adding in support for bubbling submit and change events... |
blob | commitdiff | diff to current |
2009-12-03 |
jeresig | Landed the rest of the liveHandler rewrite that takes... |
blob | commitdiff | diff to current |
2009-12-03 |
jeresig | No need to do the closest match if no selectors are... |
blob | commitdiff | diff to current |
2009-11-27 |
Karl Swedberg | added curly braces around all if/else statements |
blob | commitdiff | diff to current |
2009-11-25 |
Robert Katic | Re-adding zeros removed from slice calls in last commit. |
blob | commitdiff | diff to current |
2009-11-25 |
Robert Katic | Corrected RegExp to match event namespaces. Fixes ... |
blob | commitdiff | diff to current |
2009-11-17 |
Andrea Giammarchi | Changed the === undefined ready event check to == null... |
blob | commitdiff | diff to current |
2009-11-11 |
Rich Dougherty | Land Rich's fix for not using window.top to do frame... |
blob | commitdiff | diff to current |
2009-11-11 |
Mr Speaker | Making sure that you can bind multiple toggles to a... |
blob | commitdiff | diff to current |
2009-11-09 |
John Resig | Require that, at least, document.body exists before... |
blob | commitdiff | diff to current |
2009-11-09 |
John Resig | Backing out commit 81bfd9b870f658ce00eec48ea48a84d69c20... |
blob | commitdiff | diff to current |
2009-11-09 |
John Resig | Merge branch 'master' of git@github.com:jquery/jquery |
blob | commitdiff | diff to current |
2009-11-09 |
lrbabe | Making mouseenter and mouseleave work with .live(). |
blob | commitdiff | diff to current |
2009-11-09 |
lrbabe | Cleanup bubbling focus and blur events |
blob | commitdiff | diff to current |
2009-11-07 |
rkatic | Make liveHandler to use jQuery.lastCloser and speed... |
blob | commitdiff | diff to current |
2009-11-07 |
John Resig | Make sure that document.body exists, at least, in IE... |
blob | commitdiff | diff to current |
2009-10-27 |
visionmedia | Consistant splits using " " instead of "," |
blob | commitdiff | diff to current |
2009-10-08 |
John Resig | Fixed == change in ready. |
blob | commitdiff | diff to current |
2009-09-16 |
Yehuda Katz | Probably not the optimal solution, but tests pass. |
blob | commitdiff | diff to current |
2009-09-16 |
Ariel Flesler | jquery event: closes #5250. bind(), unbind() and one... |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | jquery event: misc removal |
blob | commitdiff | diff to current |
2009-09-14 |
Ariel Flesler | jquery event: fixes #4989. blur and focus events now... |
blob | commitdiff | diff to current |
2009-09-14 |
Brandon Aaron | fix for #5198, event memory leak limited to IE only... |
blob | commitdiff | diff to current |
2009-07-23 |
John Resig | Make sure that at least one argument is provided to... |
blob | commitdiff | diff to current |
2009-07-22 |
John Resig | Support dynamically loaded copies of jQuery using docum... |
blob | commitdiff | diff to current |
2009-06-17 |
Brandon Aaron | fix for #3533, triggering an event with a colon in... |
blob | commitdiff | diff to current |
2009-05-12 |
Brandon Aaron | fix regression in removing live events caused by r6324 |
blob | commitdiff | diff to current |
2009-05-10 |
Ariel Flesler | jquery event: misc change |
blob | commitdiff | diff to current |
2009-05-07 |
Brandon Aaron | unused, left-over code from r6344 |
blob | commitdiff | diff to current |
2009-05-07 |
Brandon Aaron | .bind() now accepts an optional thisObject as the last... |
blob | commitdiff | diff to current |
2009-05-06 |
Brandon Aaron | fix for #4234. hover can take one function to use for... |
blob | commitdiff | diff to current |
2009-05-06 |
Brandon Aaron | fix for #3286 |
blob | commitdiff | diff to current |
2009-05-01 |
Brandon Aaron | fix global event triggering that i broke in r6323 |
blob | commitdiff | diff to current |
2009-05-01 |
Brandon Aaron | special event refactor left over code |
blob | commitdiff | diff to current |
2009-05-01 |
Brandon Aaron | fix for #2620 |
blob | commitdiff | diff to current |
2009-05-01 |
Brandon Aaron | only copy guid from handler to modifiedHandler if it... |
blob | commitdiff | diff to current |
2009-04-30 |
Brandon Aaron | live event handlers now receive data from trigger,... |
blob | commitdiff | diff to current |
2009-04-30 |
Brandon Aaron | refactor specialAll into add and remove hooks for exist... |
blob | commitdiff | diff to current |
2009-04-30 |
Brandon Aaron | event clean up |
blob | commitdiff | diff to current |
2009-04-29 |
Brandon Aaron | .unbind() without any arguments now also unbinds namesp... |
blob | commitdiff | diff to current |
next |