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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T13:55:52+00:00 2026-06-09T13:55:52+00:00

I am having 2 Div Tag Set As Below <div id=sortlocation class=facetsearch> <div class=facetlist>

  • 0

I am having 2 Div Tag Set As Below

<div id="sortlocation" class="facetsearch">
    <div class="facetlist">
       <div id="facet_20" class="facetitem">Adambakkam <span class="facetitemcount">(15)</span></div>
       <div id="facet_12" class="facetitem">Ambattur <span class="facetitemcount">(59)</span></div>
       <div id="facet_17" class="facetitem">Anna Nagar <span class="facetitemcount">(18)</span></div>
    </div>
</div>

​

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

see this i have give an example that how i need jsfiddle.net/varunms/WXK7S/5

  • 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-09T13:55:54+00:00Added an answer on June 9, 2026 at 1:55 pm

    Something like this?

    var s = $('<select />');
    $('.facetlist .facetitem').each(function() {
       $('<option />', { 
           id: $(this).attr('id'), 
           'class': $(this).attr('class') 
       }).html($(this).text()).appendTo(s);
    });
    s.appendTo('body');
    

    Demo

    Of course, the above is just a demo on how to create. For a proper replace, use jQuery replaceWith

    $('.facetlist').replaceWith(s);
    

    Demo

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

Sidebar

Related Questions

I am having 2 Div Tag Set As Below <div id=testing1 > <div id=newpar
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 have a div having a css class MyClass. Inside this div, I can
If a div tag looks like: <div class=class1 class2>blah</div> Isn't this suppose to still
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 am having a div, which should be centre of the window, even after
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.