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

Incorrect function return type for jQuery setter functions #3684

Description

@RaymondLim

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.

Metadata

Metadata

Assignees

Type

No type
No fields configured for issues without a type.

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions