| Commit message (Expand) | Author | Age | Files | Lines |
* | Applied the RegExp issues reported by Jeff Robinson here: http://jmrware.com/... | jeresig | 2010-09-22 | 1 | -11/+11 |
* | No need to set returnValue if preventDefault exists. Thanks kangax for the ca... | jeresig | 2010-09-20 | 1 | -2/+4 |
* | Make sure that the removeEvent and buildFragment private functions are expose... | jeresig | 2010-09-08 | 1 | -2/+2 |
* | Make sure that jQuery works even when the individual modules are loaded separ... | jeresig | 2010-09-08 | 1 | -0/+4 |
* | Expose jQuery.uuid (use with caution) and make sure the expando property is u... | John Resig | 2010-04-24 | 1 | -3/+3 |
* | Made it so that you no longer need to build jQuery in order to run the test s... | jeresig | 2010-03-23 | 1 | -1/+1 |
* | Make sure that special remove and teardown events get called when .die() is u... | jeresig | 2010-03-09 | 1 | -28/+20 |
* | Added in Ben Alman's proposed event.namespace property (the property holds th... | jeresig | 2010-03-02 | 1 | -5/+11 |
* | More changes to get jQuery in line with JSLint. | jeresig | 2010-03-01 | 1 | -9/+9 |
* | Land some additional tweaks related to running through JSLint. | jeresig | 2010-03-01 | 1 | -1/+1 |
* | Made some code tweaks related to running jQuery through JSLint (thanks to Lor... | jeresig | 2010-03-01 | 1 | -5/+5 |
* | No reason to double-bind the beforeunload event. Fixes #6113. | jeresig | 2010-02-27 | 1 | -2/+1 |
* | Merge branch 'master' of github.com:jquery/jquery | jeresig | 2010-02-27 | 1 | -1/+2 |
|\ |
|
| * | Make sure events exist before trying to access them in jQuery.event.handle an... | brandonaaron | 2010-02-27 | 1 | -1/+2 |
* | | Adding in .bind(name, false), .unbind(name, false) support - an easy way to j... | jeresig | 2010-02-27 | 1 | -3/+16 |
* | | Make it so that you can pass in event data to .click(), et. al. Fixes #6187. | jeresig | 2010-02-26 | 1 | -2/+4 |
|/ |
|
* | Make sure that unbinding on a plain javascript object works correctly. Fixes ... | jeresig | 2010-02-26 | 1 | -2/+6 |
* | Make sure that the correct type is set for live mouseenter/mouseleave events.... | jeresig | 2010-02-26 | 1 | -0/+1 |
* | Make sure that live events bubble unless explicitly told not to, like a norma... | jeresig | 2010-02-26 | 1 | -8/+20 |
* | Make sure that elements that have been removed also have their special events... | jeresig | 2010-02-13 | 1 | -0/+4 |
* | Make sure that mousing over XUL elements results in no trigger of a mouseleav... | jeresig | 2010-02-13 | 1 | -16/+13 |
* | Make sure that live focus and blur events also bind to the regular events, to... | jeresig | 2010-02-13 | 1 | -1/+8 |
* | When binding a change directly to a file input just passthrough to the normal... | jeresig | 2010-02-13 | 1 | -0/+4 |
* | Make sure that there are some live events before continuing on. | jeresig | 2010-02-12 | 1 | -1/+1 |
* | Make sure that live mouseenter/mouseleave work properly. Fixes #6077. | jeresig | 2010-02-11 | 1 | -8/+16 |
* | Make sure that the teardown is called after all the handlers of a type are re... | John Resig | 2010-02-11 | 1 | -1/+1 |
* | Simplify the special change/submit event removal logic, per Scott's suggestio... | jeresig | 2010-02-10 | 1 | -5/+2 |
* | Updated formatting for the change/submit special event logic. Also switched t... | jeresig | 2010-02-08 | 1 | -83/+84 |
* | Fix in logic for handling exclusive namespace testing. Fixes #6048. | jeresig | 2010-02-08 | 1 | -2/+2 |
* | Update special events to work with the internal event system changes. Also fi... | jeresig | 2010-02-05 | 1 | -15/+17 |
* | Rewrote the live event handling to use the new event logic. Also added in sup... | jeresig | 2010-02-04 | 1 | -69/+84 |
* | A large refactor of the event handling logic. Data and namespace information ... | jeresig | 2010-02-04 | 1 | -149/+142 |
* | Add .delegate() and .undelegate(). An alternative to using .live() which goes... | jeresig | 2010-02-01 | 1 | -6/+22 |
* | Further optimize the empty/remove/cleanData logic. | jeresig | 2010-01-28 | 1 | -5/+9 |
* | Provide a way to simulate default browser actions. Fixes #5973. | jeresig | 2010-01-28 | 1 | -2/+5 |
* | Make sure namespaces is always an array, when passed to the remove special. F... | jeresig | 2010-01-28 | 1 | -2/+5 |
* | Make sure that jQuery.data( elem ) always returns a data object, fixes #5971.... | jeresig | 2010-01-28 | 1 | -41/+79 |
* | No reason to limit the initial change data store to just radio elements. Fixe... | jeresig | 2010-01-27 | 1 | -4/+1 |
* | Make sure that special.add actually copies over event namespaces and data. Fi... | jeresig | 2010-01-25 | 1 | -0/+2 |
* | Make sure multiple bound events have their namespaces and data maintained. Fi... | jeresig | 2010-01-25 | 1 | -3/+12 |
* | Make sure that it's possible to preventDefault natively-triggered (submit, fo... | jeresig | 2010-01-25 | 1 | -20/+32 |
* | Make sure that .die() with no args works. Fixes #5789. | jeresig | 2010-01-23 | 1 | -3/+3 |
* | Select (with a selected) fired change on first focus in IE. Fixes #5869. | Matt Curry | 2010-01-23 | 1 | -4/+4 |
* | Added support for multiple live event handlers, live hover, and live focus/bl... | Irae Brasil | 2010-01-23 | 1 | -9/+24 |
* | Make sure that live handlers don't stop inline scripts from executing. Fixes ... | Irae Brasil | 2010-01-23 | 1 | -1/+1 |
* | Make sure non-left-click events don't bubble. Fixes #3861. | Irae Brasil | 2010-01-23 | 1 | -0/+5 |
* | Adding in the change recommended by Alexander Farkas to fix some bugs in the ... | jeresig | 2010-01-18 | 1 | -2/+2 |
* | Fix missing var declaration for the length iterator. | jeresig | 2010-01-18 | 1 | -1/+1 |
* | Expose the proxy object on the object, for the benefit of plugin authors (Tha... | John Resig | 2010-01-15 | 1 | -0/+2 |
* | Removed extraneous thisObject references. Thanks to Matt Dunlap for the heads... | John Resig | 2010-01-14 | 1 | -2/+1 |