DefinitelyTyped / DefinitelyTyped/DefinitelyTyped

Wrong (?) declarations of the $.ui.* globals in jqueryui.d.ts

Open
#849 2 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

Definition:Bug
Dominant language
TypeScript
Stars
51.4k
Forks
30.4k
Avg merge
3d 21h
Merged PRs (30d)
108

Description

The definitions of the globals $.ui.accordion, $.ui.autocomplete etc. (interface JQueryUI.UI) appear to be wrong: they do not define the prototype member and they define things like $.ui.slider.min (via extension of SliderOptions) that do not exist.

See http://stackoverflow.com/questions/17999653/jquery-ui-widgets-in-typescript

Contributor guide

No contributing guide indexed for this repository

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start in jqueryui.d.ts at the JQueryUI.UI interface and the $.ui widget declarations. Compare the declared members with the widget shape described in the issue and its examples; done means the globals expose prototype correctly and do not include nonexistent option properties such as slider.min.

Written by the indexing model from the issue text.

Assessment

Tech stack
jquery, typescript
Domain
tooling
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Mostly clear
Newbie friendliness
35/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.