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

  • Home
  • SEARCH
  • 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 7400185
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:10:19+00:00 2026-05-29T04:10:19+00:00

What does the selector <div/> syntax mean in this code? I’ve seen selectors like

  • 0

What does the selector <div/> syntax mean in this code? I’ve seen selectors like div or #someId but I’m confused what the <div/> means

    function log( message ) {
        $( "<div/>" ).text( message ).prependTo( "#log" );
        $( "#log" ).scrollTop( 0 );
    }
  • 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-05-29T04:10:24+00:00Added an answer on May 29, 2026 at 4:10 am

    It means “create a jQuery-wrapped div element on the fly”.

    See http://api.jquery.com/jQuery/

    From the above:

    jQuery( html [, ownerDocument] )

    Description: Creates DOM elements on the fly from the provided string
    of raw HTML.

    Later…

    When the parameter has a single tag, such as $('<img />') or
    $('<a></a>'), jQuery creates the element using the native JavaScript
    createElement() function.

    So basically, it’s like doing:

    $(document.createElement("div")).text("blahblah");
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am a bit confused between these 2 selectors. Does the descendent selector: div
Given this HTML: <div class=OpenIDSelector>some text</div> Why does this JQuery selector match it on
Does anyone have any idea what this jQuery selector will do? object.find('td:eq(1) div div');
Does anyone know why this CSS selector works in Firefox but not in IE7
Why does this code: var jQueryString=div.data > div.item > div.quantity,div.article,div.price > :input; $(jQueryString).live(click, function(event)
Internet Explorer does not like my Jquery selector. Not sure if it's my weak
what does it mean where there are two id's in the jquery selector using
I am trying to get an element using JQuery's selector, but it does not
div li:first-child what does above css selector target? First li's of every div on
Does creating and reusing a reference increase performance appreciably when the selector is $(this)

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.