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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 5, 20262026-06-05T08:15:40+00:00 2026-06-05T08:15:40+00:00

Okay, normally I would consider myself an intermediate user of jquery, but this seems

  • 0

Okay, normally I would consider myself an intermediate user of jquery, but this seems like a very noob issue that I’m not quite sure how to code.

I have one div that I want to run a function against. The only way I’m aware of how to do this is something like…

$("#divname").each(function(){
  dostuff();
});

This seems like a bit more work when I know there will only be one element. I tried this…

$("#divname", function(){ 
  console.log($(this));
});

… but it writes out the whole dom. I just want to run the function on this one element. How do I do that?

  • 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-05T08:15:41+00:00Added an answer on June 5, 2026 at 8:15 am

    If you maintain that each element in HTML DOM has unique id that means no two elements have same id, then $('#divname') always return a single element and $('#divname').each() will run one time. not more than one.

    Now in your case you want something like

    dosomething( $('#divname') );
    

    For example:

    function doSomething( el ) {
       el.append('<span>hello</span>');
    }
    
     doSomething( $('#divname') );
    

    DEMO

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

Sidebar

Related Questions

Okay, this is probably a very basic question; but, I'm just getting back in
Okay, this is a simple question, but I'd like some oppinions on the correct
Okay I always have questioned this, but never really needed it until today. Normally,
Normally, this would be incredibly easy with tables, but everyone says tables are bad
Okay this question is very simple: I have a facebook page, and a website.
Okay, I feel a bit foolish for having to ask this but I guess
The min algorithm is normally expressed like this: template <typename T> const T& min(const
Okay so I know I asked a similar question a while ago, but this
Okay, as I can see you would like to use internal modules in your
I went to scale my Heroku rails app, like I normally do, but WHAM!

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.