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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T11:23:41+00:00 2026-05-26T11:23:41+00:00

I am newbie to jQuery. I have a form like this <select name= menus>

  • 0

I am newbie to jQuery. I have a form like this

<select name= "menus">
    <option value="">--Select--</option>
    <option value="a">a</option>
    <option value="b">b</option>
    <option value="c">c</option>
    <option value="d">d</option>
    <option value="e">e</option>
</select>

Now I need that when I will click on “a” ,it will make an input field just in another where there it should come like

<input type="text" name="a" />

Any help and suggestions will be highly appreciable.

[edit]
In this way more number of field can be added at a time just like this code

<input type="text" name="a"/>
<input type="text" name="c"/>
<input type="text" name="d"/>
  • 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-26T11:23:42+00:00Added an answer on May 26, 2026 at 11:23 am
    $(function() {
        $('select[name="menus"]').change(function() {
            // fetch the selected value from the dropdown
            var value = $(this).val(); 
    
            // find the input element with name attribute equal to 
            // the selected value from the dropdown and add some class to it
            $('input[name="' + value + '"]').addClass('foo');
        });
    });
    

    When the dropdown list selection changes we add the foo class to the corresponding input element:

    <input type="text" name="a" class="foo" />
    

    And here’s a demo.

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

Sidebar

Related Questions

I am a newbie at Javascript and Jquery. I have a form that I
I am newbie to jQuery, can someone explain what this code does: $(#currency form).submit(function(e)
i'm newbie at web developing. i have some input form.i'm using jquery 1.4.2 inside
I'm a jQuery newbie, so be gentle! I have a loop that outputs extra
am newbie to jquery..I have a three steps registration form in which the user
I'm a jQuery newbie. I have a simple form with n lines (although I'm
I am a newbie to Jquery as will be evident. I have 2 scripts
I am a jQuery newbie. I have a core js file which will not
I am a jQuery newbie. I have the following table - <table summary=This table
I am a total JQuery newbie and I have been researching this for the

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.