Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 9150199
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T11:34:52+00:00 2026-06-17T11:34:52+00:00

In the description of jQuery.unique() method in the official docs I found that: …

  • 0

In the description of jQuery.unique() method in the official docs I found that:

… this only works on arrays of DOM elements, not strings or numbers.

However, if we try the method for some test arrays with strings or numbers it seems to work fine:

$.unique(["Alex", "Andrew", "Maria", "Alex", "Nick", "Andrew", "Eugene"]);
// ["Eugene", "Nick", "Maria", "Andrew", "Alex"]

$.unique([1, 3.5, -1e5, 2, 3.5, 1, 1000, -1e5]);
// [1000, 2, -100000, 3.5, 1]

What is the point?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-17T11:34:53+00:00Added an answer on June 17, 2026 at 11:34 am

    By limiting the scope of what the documentation says it can do, they have the flexibility of changing it later if necessary without having to worry about supporting more than the documented functionality.

    The current implementation (which is actually just a reference to Sizzle.uniqueSort from the Sizzle selector engine built into jQuery) mostly just compares things with ===, which explains why it works fine for strings and numbers as well. But by limiting the scope, they can change that in the future if there’s some more efficient way to do it they find later (but which only works with DOM elements).

    Note that it’s primarily an internal method, as the docs also say:

    This function…is chiefly used internally by jQuery.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

At http://docs.jquery.com/UI/Tabs#demo i found below description about create event on tab wizard. To me
the description of them in http://www.khronos.org/opengles/sdk/docs/man/ are almost same. The only difference is the
I'm trying to swap an img src and a text description with jquery. This
I'm using a jQuery plugin called backstretch . Within the description it says that
Hi how to make title and description in same page by jquery. Like this
Description of problem: I have an updatepanel that works fine in all browsers in
How to find below comment block(s) with javascript/jquery regex: /* some description here */
I am creating dependent drop downs using Struts2 jquery. The problem is that getLobList()
Description: I am creating comment/reply functionality to a web app that I built. I
I am using this fantastic example of a jQuery editable invoice as a template

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.