Software Alternatives & Reviews

Underscore.js VS jQuery UI

Compare Underscore.js VS jQuery UI and see what are their differences

Underscore.js logo Underscore.js

Underscore is a utility-belt library for JavaScript that provides a lot of the functional...

jQuery UI logo jQuery UI

Curated set of user interface interactions, effects, widgets, and themes built on top of the jQuery JavaScript Library
  • Underscore.js Landing page
    Landing page //
    2018-12-17
  • jQuery UI Landing page
    Landing page //
    2021-10-17

Underscore.js

Categories
  • Development Tools
  • Javascript UI Libraries
  • JavaScript Framework
  • UI
Website underscorejs.org
Details $

jQuery UI

Categories
  • Development Tools
  • Javascript UI Libraries
  • JavaScript Framework
  • UI
Website jqueryui.com
Details $

Underscore.js videos

Introduction to Underscore.JS

jQuery UI videos

jQuery UI tutorial: Adding a user interface with jQuery UI | lynda.com

More videos:

  • Review - jQuery UI Ultimate:Design Amazing Interfaces Using jQuery UI : Understanding the curriculum.

Category Popularity

0-100% (relative to Underscore.js and jQuery UI)
Javascript UI Libraries
45 45%
55% 55
Development Tools
45 45%
55% 55
Libraries And Widgets
49 49%
51% 51
JavaScript Framework
45 45%
55% 55

User comments

Share your experience with using Underscore.js and jQuery UI. For example, how are they different and which one is better?
Log in or Post with

Social recommendations and mentions

Based on our record, Underscore.js should be more popular than jQuery UI. It has been mentiond 18 times since March 2021. We are tracking product recommendations and mentions on various public social media platforms and blogs. They can help you identify which product is more popular and what people think of it.

Underscore.js mentions (18)

  • Discovered a 63kb tiddlywiki like self saving HTML+JS wiki and its looking cool
    I once made a very crude and simple TiddlyWiki work-alike I called "HulloWurld" https://github.com/calroc/HulloWurld It's 143 KB, but it includes copies of Knockout, Underscore, Zepto, and the "Marked" markdown parser... ¯\_(ツ)_/¯ ( Good stuff BTW: http://knockoutjs.com/ http://underscorejs.org/ https://zeptojs.com/ https://github.com/chjj/marked ) Probably the only interesting bit is the code to save the page:... - Source: Hacker News / almost 2 years ago
  • Underscore.js: create a map out of list of objects using a key found in the object
    I am using the excellent Underscore.js library. I have a specific task which I can do fine using JavaScript or jQuery but was wondering if there was some sort of abstraction avaialable in Underscore that I was missing out on. Source: almost 2 years ago
  • Asking Functional vs Class components again.
    There are many functional libraries for js like underscore, ramda, or even ts specific ones like fp-ts. Source: almost 2 years ago
  • How to detect scroll direction in vanilla JavaScript (to make a goofy logo animation)
    /* Source: https://underscorejs.org/underscore-esm.js During a given window of time. Normally, the throttled function will run As much as it can, without ever going more than once per `wait` duration; But if you'd like to disable the execution on the leading edge, pass `{leading: false}`. To disable execution on the trailing edge, ditto. */ Function throttle(func, wait, options) { var timeout, context, args,... - Source: dev.to / almost 2 years ago
  • Is it possible to get the index you're sorting over in Underscore.js?
    I'm using the JS library Underscore and in particular using the _.each and _.sortby library calls. I'm wondering if there's any possible way to get the index of the value within the iterator delegate. Source: almost 2 years ago
View more

jQuery UI mentions (12)

  • Best ReactJS library for Drag-n-Drop Table for plugin Admin view?
    Because WordPress is already have these jQuery & jQuery UI libraries (https://jqueryui.com/). Source: 10 months ago
  • jQuery 3.6.2 Released
    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 / over 1 year ago
  • Best engine/framework for browser game?
    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: over 1 year ago
  • Gov.uk drops jQuery from their front end
    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 / almost 2 years ago
  • [AskJS] Is there a Bootstrap of just JS components e.g. modal, accordion, off-canvas, tabs?
    If you use jQuery, you can use jqueryui. If you use react you can use reach-ui. Source: about 2 years ago
View more

What are some alternatives?

When comparing Underscore.js and jQuery UI, you can also consider the following products

jQuery - The Write Less, Do More, JavaScript Library.

React Native - A framework for building native apps with React

Modernizr - Modernizr is a JavaScript library which is designed to detect HTML5 and CSS3 features in various browsers.

Babel - Babel is a compiler for writing next generation JavaScript.

Composer - Composer is a tool for dependency management in PHP.

OpenSSL - OpenSSL is a free and open source software cryptography library that implements both the Secure Sockets Layer (SSL) and the Transport Layer Security (TLS) protocols, which are primarily used to provide secure communications between web browsers and …