Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Incorrect function return type for jQuery setter functions #3684

Open
@RaymondLim

Description

jQuery has overloaded functions; both setters and getters have the same name, but setters have some extra parameters and most of them return jQuery object for chaining.

  1. In a js file type $("div").css("display", "none").
  2. Type a dot to chain the call with other jQuery api.

Result: You get hints for string methods instead of jQuery methods.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Assignees

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions