Dave Methvin

Results 16 issues of Dave Methvin

This is definitely a v4 kind of thing with breaking changes and it still needs more work before it passes tests, but I'll post it here in case anyone has...

Similar to #970 this is the rollup of all the deprecations planned for jQuery 3.2 and 3.3 to be sure we don't miss any. We have tickets in the Core...

I'll list them all here including ones we've already completed or may not need to address, just to make sure none slip through the cracks. Per https://jquery.com/upgrade-guide/3.0/ we have these:...

See https://github.com/jquery/jquery/issues/3123 How about something like this? > Note: Use of focus-related events are complicated by several factors. On Internet Explorer, `focus` and `blur` are asynchronous and do not occur...

Right now it's easy to overlook that some API is deprecated or removed, for example [the .load() method](http://api.jquery.com/load-event/). Sometimes it's best to add explicit wording, for example `jQuery.unique()` is replaced...

At minimum [this list](https://github.com/jquery/api.jquery.com/blob/32c9e324659aa57f1fc8e4a024622609f0144fa2/categories.xml#L145) needs to be updated for 3.0 but it's worth a review to see if any other things need to be changed.

http://bugs.jquery.com/ticket/14725 and suggest that people use `event.originalEvent.data`.

help wanted
GSOC

The docs don't mention that `.ajaxComplete()` et al are actually aliases for triggered/triggerable events that can be attached with `.on()`, Also, the language on these pages and the http://api.jquery.com/Ajax_Events/ page...

http://bugs.jquery.com/ticket/13288 "spec" for old API: http://www.learningjquery.com/2010/09/introducing-jquery-api-search/ old script: https://gist.github.com/scottgonzalez/5216519

help wanted

To avoid the "boolean trap" of the `.stop()` API we should mention the alternatives. The demo in `.finish()` shows what they are.

help wanted