Ease of Use
jQuery UI simplifies creating and managing complex UI components with straightforward syntax and comprehensive documentation.
Compatibility
jQuery UI is highly compatible with older browsers, offering a broader range of support compared to more modern frameworks.
Extensibility
jQuery UI is designed to be modular and extendable, allowing developers to use only the components they need and easily extend or theming them.
Rich Set of Widgets
It comes with a variety of pre-built widgets such as datepickers, accordions, and sliders, which can save development time.
Animated Effects
jQuery UI includes many built-in animation effects that can enhance the user experience without requiring additional libraries.
Theming
The library provides Themeroller, a tool that allows developers to create custom themes easily, ensuring UI consistency and branding.
Fortunately, when I started web development in earnest, many of these issues were ironed out. By this point, there were still a handful of libraries that made writing complex interfaces with cross-browser support a little easier. Jquery UI, the first component library I used, supported accordions and other widgets. But the browser is constantly evolving, and we now have a native way of implementing this accordion…
– Source: dev.to
/
about 2 months ago
Because WordPress is already have these jQuery & jQuery UI libraries (https://jqueryui.com/).
Source:
over 1 year ago
We still use jQuery + jQuery UI on our website because it is basically battle tested through 15+ years. https://jqueryui.com/ It is easy as hell. What’s there to not like? I don’t care to be called names or being old fashioned. I also don’t care about “right” tooling for frontend. As far it works and it is robust and it is going to be around for many years, I am fine with it.
– Source: Hacker News
/
almost 2 years ago
Looking at screenshots of ogame, it looks like it’s just HTML and CSS driven by JS – essentially just a normal website. You could pick any web development framework (e.g. React) for a game like this. Sniffing their web traffic I see references to jQuery and jQuery UI (https://jqueryui.com/) which are ubiquitous tools for interactive websites.
Source:
almost 2 years ago
You clearly haven’t heard of JQueryUI. Try doing these things with scattered libraries and JS codepens found on the 10th page on Google search: https://jqueryui.com/ jQuery is awesome.
– Source: Hacker News
/
over 2 years ago
If you use jQuery, you can use jqueryui. If you use react you can use reach-ui.
Source:
over 2 years ago
Well yes, I’d do it using JavaScript, and I’d probably use jQuery UI to help me.
Source:
over 2 years ago
2) Jquery UI – Provides library of widgets backed by Jquery, such as drag and drop, dialogs, autocomplete, datepicker, progress bar, and more.
– Source: dev.to
/
almost 3 years ago
Following the wide usage of jQuery – another lib was released, called jQuery-UI. According to the website:.
– Source: dev.to
/
about 3 years ago
Yesterday, the cert was revoked for jquery.com. Today, it’s revoked for jqueryui.com. I don’t know if anyone from the jqueryui team is monitoring reddit, but you guys might want to take a look at that.
Source:
about 3 years ago
However, jQuery is still used today and has spawned other projects like jQuery UI and Quint.
– Source: dev.to
/
over 3 years ago
Analyzing these dependencies, I found that some of them could be reduced or replaced. For example, jquery-ui is used for autocompletion and reordering. All additional widgets provided by jquery-ui (e.g. sliders, datepickers) are dead weight and can be excluded from the final bundle. Another example is marked, which was used to render the changelog. However, the changelog has a very simple structure and does not…
Source:
over 3 years ago
Have not found anything and therefore started to develop my own. The only thing I saw before but which was never finished was a table component in JQuery UI https://jqueryui.com/ which got stuck in the beta stage many years ago.
Source:
over 3 years ago