jquery/jquery-ui

The official jQuery user interface library.

View on GitHub ↗Jump to charts ↓Open shareable report

Summary Information

Updated 42 minutes ago
Added to GitGenius on September 5th, 2026
Created on January 19th, 2010
Open Issues & Pull Requests: 159 (+0)
GitHub issues: Enabled
Number of forks: 5,194
Total Stargazers: 11,333 (+0)
Total Subscribers: 623 (+0)

Repository Insights (GitGenius)

Median issue/PR response: 3.5 days
Mean response time: 88.8 days
90th percentile: 64.5 days
Tracked items: 69

How this project is maintained

Around half of the issues opened in the past year never receive a reply. 100% of open issues come from outside the core team, so the backlog reflects real-world use rather than internal planning. Only 3% of issues opened in the past year have been closed. Three people close 80% of everything that gets resolved.

Charts & Analytics

Fetching additional details & charts...

Issue Activity (beta)

Open issues: 39
New in 7 days: 0
Closed in 7 days: 0
Avg open age: 708 days
Stale 30+ days: 37
Stale 90+ days: 34

Recent activity

Opened in 7 days: 0
Closed in 7 days: 0
Comments in 7 days: 0
Events in 7 days: 0

Top labels

  • Behavior shared with 1.12 (29)
  • Needs info (14)
  • Comp: Datepicker (13)
  • Bug (8)
  • Comp: Dialog (6)
  • Has Pull Request (6)
  • Behavior different from 1.12 (5)
  • Comp: Autocomplete (4)

Detailed Description

jQuery UI is a user interface library that provides interactions, effects, widgets, and themes built on top of jQuery.

jQuery UI addresses the need for ready-made interactive components and visual effects in web applications. It offers a curated collection of widgets such as date pickers, sliders, and dialogs, along with interaction patterns and theming capabilities. Developers can use these components individually or combine them to build highly interactive web applications without building UI elements from scratch.

jQuery UI suits projects that already depend on jQuery and need standard UI components with established APIs and broad browser support. It works well for applications requiring traditional widgets like date pickers, accordions, tabs, and draggable elements. The project is appropriate for teams maintaining legacy applications or those preferring a stable, well-documented library over modern frameworks.

The project is in maintenance-only mode. Development activity is limited to bug fixes and critical updates rather than new features. The team maintains the codebase through pull requests following established coding standards and commit message guidelines, with discussion occurring in dedicated forums and IRC channels. Unit tests are run manually across browsers to ensure compatibility.