.delegate() isn't listed here:
http://api.jquery.com/category/deprecated/
nor is there any notice here: http://api.jquery.com/delegate/ saying that it is officially deprecated. It only says:
As of jQuery 1.7, .delegate() has been superseded by the .on() method.
However, a search for the word "deprecated" in the page will find nothing.
Yet, if you use the jQuery 3 Migrate plugin, you will get warnings if you use delegate() that it is deprecated.
.delegate()isn't listed here:http://api.jquery.com/category/deprecated/
nor is there any notice here: http://api.jquery.com/delegate/ saying that it is officially deprecated. It only says:
However, a search for the word "deprecated" in the page will find nothing.
Yet, if you use the jQuery 3 Migrate plugin, you will get warnings if you use
delegate()that it is deprecated.