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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T18:22:43+00:00 2026-05-11T18:22:43+00:00

Ok here goes: I have a SELECT drop down option with US state names

  • 0

Ok here goes:

I have a SELECT drop down option with US state names

<select>
  <option value="ca">california</option>
  <option value="ut">utah</option>
  <option value="mi">michigan</option>
</select>

but I also need to associate another value with this that’s hidden to the page view. I can not use class, name or id to populate the second value as they are used already. and can only have one value in the value attribute cause this is being added to a database. Is there another attribute I could pass the second value in as a place holder or something? the true, false and undecided values are associated with the states in a database and need to be associated together. I guess I could also do a hidden SELECT element but then the question is how to I relate the hidden SELECT to the other two SELECTS?

<select>
  <option value="ca">california</option> <!-- true-->
  <option value="ut">utah</option>       <!-- undecided-->
  <option value="mi">michigan</option>   <!-- false-->
  <option value="oh">ohio</option>       <!-- false-->
  <option value="az">arizona</option>    <!-- undecided-->
  <option value="dc">wash dc</option>    <!-- false-->
</select>

Now with the second value added (somehow) to the first SELECT drop down I need a way to select a second SELECT drop down based on the first SELECT drop down option selected.

<select>
  <option value="t">true</option>
  <option value="f">false</option>
  <option value="u">undecided</option>
</select>

so if the user selects “wash dc” the second SELECT drop down should be defaulted to false.

I’m using jQuery for JavaScript if this helps and I think I could do the second part of this problem but how do I do the first part?

  • 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-11T18:22:44+00:00Added an answer on May 11, 2026 at 6:22 pm

    You could use the class attribute as follows:

    <select>
      <option class="someclass true" value="ca">california</option> <!-- true-->
      <option class="someclass undecided" value="ut">utah</option>  <!-- undecided-->
      <option class="someclass false" value="mi">michigan</option>  <!-- false-->
    </select>
    

    The class attribute can contain more than one classes separated by spaces.

    You could also create a custom attribute. This would break HTML(XHTML) validation of your page though.

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

Sidebar

Ask A Question

Stats

  • Questions 158k
  • Answers 158k
  • Best Answers 0
  • User 1
  • Popular
  • Answers
  • Editorial Team

    How to approach applying for a job at a company ...

    • 7 Answers
  • Editorial Team

    How to handle personal stress caused by utterly incompetent and ...

    • 5 Answers
  • Editorial Team

    What is a programmer’s life like?

    • 5 Answers
  • Editorial Team
    Editorial Team added an answer The PersistenceSpecification takes session as its only parameter, so I… May 12, 2026 at 11:11 am
  • Editorial Team
    Editorial Team added an answer I'm not entirely sure this is it, but your loading… May 12, 2026 at 11:11 am
  • Editorial Team
    Editorial Team added an answer Absolutely. I maintain a Perl implementation of XML-RPC, and handling… May 12, 2026 at 11:11 am

Related Questions

OK here goes: Need to filter out duplicates and the ability to remove added
Ok here it goes, hope this is an original idea. Scenario is this. I
Ok, here goes. I've completed a Cocoa foundation-tool that calculates mean absolute deviation of
I'll try to explain my problem the best I can, here goes: I have

Trending Tags

analytics british company computer developers django employee employer english facebook french google interview javascript language life php programmer programs salary

Top Members

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.