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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 8, 20262026-06-08T06:08:36+00:00 2026-06-08T06:08:36+00:00

I will explain my problem. I have a select with multiple options, and one

  • 0

I will explain my problem.

I have a select with multiple options, and one (or more) input.
I would like this (these) input are used to give me an additional value to my options.

So, i want with a single input to give an additional value for each option, and that this be kept in memory (without database ^^).

Do you understand ??
Any idea ?
Ty !

Edit :

For example :

<select>
    <option>1</option>
    <option>2</option>
    <option>3</option>
</select>
<input type="text" />

I chose option 1 and i set in my input “ok”.

I chose option 3 and i set in my input “test”.

if i re-chose option 1 i found my value “ok”.

Edit 2 : inputs will be a kind of configuration for my options. Each option can have 1 or more input more. An input can have 80 different values​​, if I have 80 options.

  • 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-08T06:08:37+00:00Added an answer on June 8, 2026 at 6:08 am

    With this version you can change the value of the input and it will be saved.

    You can make use of the data- attributes:

    Example

    <select id="select">
      <option value="test1">1</option>
      <option value="test2">2</option>
      <option value="test3">3</option>
    </select>
    <input id="textinput" type="text" />​​​​​​​​​​​​​​​​​​​
    
    <script>
    $('#select').change(function(){
        $('#textinput').val($(this).find('option:selected').val());
    });
    $('#textinput').keyup(function(){
        $('#select option:selected').val(this.value);
    });
    </script>
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

i will try to explain the problem. I have this structure: offers -------------- id_offer|offer|company
I have problem adding arraylist to list view, will explain about my problem here..
I have a problem and I will try to explain the issue: I have
This problem is going to be hard for me to explain but I will
I have a problem with JPA I will explain in detail: I created a
I am having difficulty to explain this problem, but I will try anyway. I
I will attempt to explain this situation as clearly as I can. I have
I will try to explain my problem as detailed as possible, and i would
Here I am facing a problem, I will explain: I set up a calendar
I am not entirely sure how to explain my problem but I will try.

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.