Dave Methvin

Results 206 comments of Dave Methvin

Nice detective work there @jrobson153! This leads me to think that there isn't a solution that the plugin can automatically implement to solve this because either of those has tradeoffs....

Did this get fixed in Safari 9.1?

See the Safari bug above for any updates on whether or when Safari will fix it. There is no way to fix it in the mousewheel plugin because Safari isn't...

The only reason I'd want to keep it is to explain that people should not do it. That's fine though. Any call like `$.when( something-that-is-always-a-Deferred )` doesn't need `$.when` in...

A `Selector` string is a specific type of string that is a valid CSS selector. Note that the jQuery constructor also accepts other strings that represent HTML markup, which we...

Can you suggest some wording that would clarify it?

Hey @leonard-thieu did you mean to close this? We should leave the ticket open until the change is made.

At the top of `.remove()` it says: > In addition to the elements themselves, all bound events and jQuery data associated with the elements are removed. To remove the elements...

Maybe we could cover this on learn.jquery.com instead, and point people to it on event-related pages? In fact there is probably a bit of stuff already there that could be...