jQuery built-in function name is stripped out in editor

Viewed 667

Some of my jQuery built-in functions names have been crossed out in VSCode but are still working as expected in the browser. I don't know how to explain this, but here is a picture.

enter image description here

and

enter image description here

The ready() and click() functions are ruled out. When I use$(document).on("click", ".add-expense", function(){}); it works properly.

Should I worry about this?

1 Answers
Related