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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T12:16:37+00:00 2026-06-09T12:16:37+00:00

I am having 2 Div Tag Set As Below <div id=testing1 > <div id=newpar

  • 0

I am having 2 Div Tag Set As Below

<div id="testing1" >
   <div id="newpar" >
      <div  id="1" > 1 </div>
      <div  id="2" > 2 </div>
      <div  id="3" > 3 </div>
      <div  id="4" > 4 </div>
    </div>
</div>

<div id="testing2" >
    <div id="newpar" >
      <div  id="1" > 1 </div>
      <div  id="2" > 2 </div>
      <div  id="3" > 3 </div>
      <div  id="4" > 4 </div>
    </div>
</div>

​

I need to convert the div which has the id newpar as a drop down menu (Select Menu). is that possible…

  • 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-09T12:16:38+00:00Added an answer on June 9, 2026 at 12:16 pm

    Try this:

    var sel = $('<select id="tesing2"/>');
    $('#testing2 div').each(function(){
        sel.append('<option value='+this.id+'>'+this.innerHTML+'</option>')
    })  
    $('#testing2').replaceWith(sel)  
    

    DEMO

    As IDs must be unique you can use classes instead:

    <div id="testing2">
        <div class="newpar">
          <div  id="1"> 1 </div>
          <div  id="2"> 2 </div>
          <div  id="3"> 3 </div>
          <div  id="4"> 4 </div>
        </div>
    </div>
    

    var sel = $('<select id="tesing"/>');
    $('#testing2 > div > div').each(function(){
        sel.append('<option class='+this.parentNode.className+'>'+this.innerHTML+'</option>')
    })
    
    $('#testing2 > div').replaceWith(sel)  
    

    http://jsfiddle.net/DdC5C/4/

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

Sidebar

Related Questions

I have 2 div tags which emulate a drop-down menu. When the outer div
I am having 2 Div Tag Set As Below <div id=sortlocation class=facetsearch> <div class=facetlist>
I have below Div tag, having 3 tables in it. How change back ground
I'm having an issue with an expanding div tag that is nested within another
I am having issues appending a div to the body tag in IE 9
I am having a div, which should be centre of the window, even after
I am having a html file containing a div tag. While viewing this html
Having this div: <div id=advSearchDialog style=visibility:hidden;> <xx:search ID=searchUC runat=server /> </div> And a button:
I have a div having a css class MyClass. Inside this div, I can
I've a div having height and width as 100px respectively. When I zoom in

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.