Problem
The event-basics.md page still uses the deprecated .click(), .focus(), blur() and .change() shorthand methods.
Proposal
These methods can be updated to use .on("click") for consistency with jQuery 3.0+.
If this approach is accepted, I can submit a pull request.
There may be other pages with the same issue.
Problem
The event-basics.md page still uses the deprecated
.click(),.focus(),blur()and.change()shorthand methods.Proposal
These methods can be updated to use
.on("click")for consistency with jQuery 3.0+.If this approach is accepted, I can submit a pull request.
There may be other pages with the same issue.