You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Sep 6, 2021. It is now read-only.
In a js file type $("a"). and you will get hints start with "add", "addBack" and etc.
Use backspace to delete everything except $.
Type a dot after $.
Result: You still see the same jQuery function list from step 1.
Expected: Should display static methods instead of instance methods. If you delete everything in step 2 and retype $. in step 3, then you see the correct list of static methods and properties.