Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Change event did not fire in IE when an explicit .focus() was used. Fixes #6374. | jeresig | 2010-10-09 | 1 | -1/+4 |
| | |||||
* | Fix the case where live change was breaking if a live click was bound ahead ↵ | jeresig | 2010-10-09 | 1 | -0/+1 |
| | | | | of time. Very similar to #6359. Fixes #6505. | ||||
* | Set event.LiveFired to undefined in specialSubmit handler so that click ↵ | David Petersen | 2010-09-30 | 1 | -0/+2 |
| | | | | events bound before the submit won't prevent the submit to fire. Fixes #6359 | ||||
* | Using data() on JavaScript objects sets fields directly on the object. Note ↵ | Dave Reed | 2010-09-29 | 1 | -3/+40 |
| | | | | that events are now a property of a function (to avoid JSON serialization - and only in the case of JavaScript objects, not DOM nodes). Fixes #6807. | ||||
* | Fix mis-type in commit e3c4e5789743eecb3cbe2b626f3a5f09c616ee4b. Thanks to ↵ | John Resig | 2010-09-28 | 1 | -1/+1 |
| | | | | @jdalton for the catch. | ||||
* | Tweak the logic for fixing event.which. Fixes #2338. | John Resig | 2010-09-28 | 1 | -2/+2 |
| | |||||
* | If an inline handler returns false, call event.preventDefault(). Fixes #6337. | Dave Methvin | 2010-09-24 | 1 | -0/+1 |
| | |||||
* | Don't copy event.originalTarget, it's a Netscape-specific property. Fixes #2814. | dmethvin | 2010-09-24 | 1 | -1/+1 |
| | |||||
* | Added support for map of events in live, die, delegate and undelegate. Fixes ↵ | Robert Katic | 2010-09-23 | 1 | -0/+8 |
| | | | | #6282. | ||||
* | Fix missing var. Thanks to @jeff-themovie for the catch. | jeresig | 2010-09-22 | 1 | -1/+1 |
| | |||||
* | Unify the means of detecting a window across the library. Fixes jQuery UI ↵ | jeresig | 2010-09-22 | 1 | -2/+2 |
| | | | | bug #5438 and jQuery bugs #6575 and 6088. | ||||
* | Applied the RegExp issues reported by Jeff Robinson here: ↵ | jeresig | 2010-09-22 | 1 | -11/+11 |
| | | | | http://jmrware.com/articles/2010/jqueryregex/jQueryRegexes.html Additionally broke out all remaining inline RegExp. Fixes #7062. | ||||
* | No need to set returnValue if preventDefault exists. Thanks kangax for the ↵ | jeresig | 2010-09-20 | 1 | -2/+4 |
| | | | | catch. | ||||
* | Make sure that the removeEvent and buildFragment private functions are ↵ | jeresig | 2010-09-08 | 1 | -2/+2 |
| | | | | exposed (to help with access across modules). The final API for each of these is very much in flux and will likely change before the final release. Fixes #7011. | ||||
* | Make sure that jQuery works even when the individual modules are loaded ↵ | jeresig | 2010-09-08 | 1 | -0/+4 |
| | | | | separately AND jQuery.noConflict(true) is used. Fixes #7011. | ||||
* | Expose jQuery.uuid (use with caution) and make sure the expando property is ↵ | John Resig | 2010-04-24 | 1 | -3/+3 |
| | | | | used in the events module. | ||||
* | Made it so that you no longer need to build jQuery in order to run the test ↵ | jeresig | 2010-03-23 | 1 | -1/+1 |
| | | | | suite (but you'll still need a checkout of QUnit and Sizzle, at least). | ||||
* | Make sure that special remove and teardown events get called when .die() is ↵ | jeresig | 2010-03-09 | 1 | -28/+20 |
| | | | | used. Additionally made sure that default actions are triggered when namespaced events are used. Fixes #6202 and #6250. | ||||
* | Added in Ben Alman's proposed event.namespace property (the property holds ↵ | jeresig | 2010-03-02 | 1 | -5/+11 |
| | | | | the namespaces specified in a call to trigger). Additionally fixes namespaces with .live(). Fixes #6208 and #6209. | ||||
* | 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 ↵ | jeresig | 2010-03-01 | 1 | -5/+5 |
| | | | | Lorin Larson for the JSLint run). | ||||
* | 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 ↵ | brandonaaron | 2010-02-27 | 1 | -1/+2 |
| | | | | | | | | and removed unnecessary var statement. Fixes #6163. | ||||
* | | Adding in .bind(name, false), .unbind(name, false) support - an easy way to ↵ | jeresig | 2010-02-27 | 1 | -3/+16 |
| | | | | | | | | just stop bubbling and the default action on an element. Fixes #6188. | ||||
* | | 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 |
| | | | | #6184. | ||||
* | Make sure that the correct type is set for live mouseenter/mouseleave ↵ | jeresig | 2010-02-26 | 1 | -0/+1 |
| | | | | events. Fixes #6169. | ||||
* | Make sure that live events bubble unless explicitly told not to, like a ↵ | jeresig | 2010-02-26 | 1 | -8/+20 |
| | | | | normal event. Fixes #6182. | ||||
* | Make sure that elements that have been removed also have their special ↵ | jeresig | 2010-02-13 | 1 | -0/+4 |
| | | | | events cleaned up. Fixes #6084. | ||||
* | Make sure that mousing over XUL elements results in no trigger of a ↵ | jeresig | 2010-02-13 | 1 | -16/+13 |
| | | | | mouseleave. Fixes #6013. | ||||
* | Make sure that live focus and blur events also bind to the regular events, ↵ | jeresig | 2010-02-13 | 1 | -1/+8 |
| | | | | to handle triggered events. Fixes #6055. | ||||
* | When binding a change directly to a file input just passthrough to the ↵ | jeresig | 2010-02-13 | 1 | -0/+4 |
| | | | | normal bind. A temporary fix for #5997, needs more investigation. | ||||
* | 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 ↵ | John Resig | 2010-02-11 | 1 | -1/+1 |
| | | | | removed. Fixes #6065. | ||||
* | Simplify the special change/submit event removal logic, per Scott's ↵ | jeresig | 2010-02-10 | 1 | -5/+2 |
| | | | | suggestion in 5267824aa36f0fcecb944a4daf0b99d6e01460fd. | ||||
* | Updated formatting for the change/submit special event logic. Also switched ↵ | jeresig | 2010-02-08 | 1 | -83/+84 |
| | | | | the function declarations to statements. Thanks to Garrett for the recommendation. | ||||
* | 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 ↵ | jeresig | 2010-02-05 | 1 | -15/+17 |
| | | | | fixes #5967. | ||||
* | Rewrote the live event handling to use the new event logic. Also added in ↵ | jeresig | 2010-02-04 | 1 | -69/+84 |
| | | | | support for live namespaced events. Fixes #5945. | ||||
* | A large refactor of the event handling logic. Data and namespace information ↵ | jeresig | 2010-02-04 | 1 | -149/+142 |
| | | | | is maintained in a separate object now, no longer on the event handler. Proxy functions are no longer needed, as a result. Additionally execution order of the handlers is maintained, fixing #4261, and the execution of handlers is maintained even while they're being removed. Live events will be refactored separately. | ||||
* | Add .delegate() and .undelegate(). An alternative to using .live() which ↵ | jeresig | 2010-02-01 | 1 | -6/+22 |
| | | | | goes from a single root and filters by the specified selectors. Should be used like do: .delegate(td, hover, someFn);. Fixes #6005. | ||||
* | 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. ↵ | jeresig | 2010-01-28 | 1 | -2/+5 |
| | | | | Follow-up to eed69eccc54d010889b5d8495320538d7ceb4e51. | ||||
* | Make sure that jQuery.data( elem ) always returns a data object, fixes ↵ | jeresig | 2010-01-28 | 1 | -41/+79 |
| | | | | #5971. Improve the performance of .bind() and .unbind(), fixes #5972. | ||||
* | No reason to limit the initial change data store to just radio elements. ↵ | jeresig | 2010-01-27 | 1 | -4/+1 |
| | | | | Fixes #5851. | ||||
* | Make sure that special.add actually copies over event namespaces and data. ↵ | jeresig | 2010-01-25 | 1 | -0/+2 |
| | | | | Fixes #5779 and #5834. |