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 8258855
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T02:41:27+00:00 2026-06-08T02:41:27+00:00

I know that when we have an element with id=’someId’, we can access it

  • 0

I know that when we have an element with id=’someId’, we can access it with Jquery like this:

$('#someId')

But sometimes when we have a variable:

var x;

We use just x or $(x).

When do we use $(x) instead of x? When do we use $($(x)) instead of x?

  • 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-08T02:41:29+00:00Added an answer on June 8, 2026 at 2:41 am

    $(x) creates a jQuery object containing x (which should be a DOM node) or the elements contained in x (if it’s an array or jQuery object).

    You use x if you just want the plain DOM object (assuming x is one), e.g. x.id to get the element’s ID as there is no need to create a jQuery object for that – it would be even more to write: $(x).prop('id').

    You never use $($(x))! There is just no reason to do that ever. While it works it is just like $(x) except the fact that you first create a jQuery object and then put the contents of that jQuery object into a new jQuery object.


    If you need the other way (jQuery object => DOM object) there are quite a few ways. y[0] is the easiest way to get the first element; use y.get() if you want an array with all elements contained in the jQuery object y.

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

Sidebar

Related Questions

Sometimes I know that a GUI element looks like but I don't know the
I know that Java have its own garbage collection, but sometimes I want to
This is for homework but please know that I have looked online for help
I know that most people have DirectX9-capable cards but is it really necessary to
For a cucumber step, I know that a particular ul element should have 5
motivation for this is that (rarely)I have a need to know that the input
I know that you cannot have a break statement for an OpenMP loop, but
I know that jQuery.extend can be used to add by own custom methods to
I have to generate a xml element that can have as value any primitive
I have been trying to search answer for this, but all discussions that I

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.