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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 13, 20262026-05-13T15:27:22+00:00 2026-05-13T15:27:22+00:00

How do I set an option value in select list with jQuery? I tried:

  • 0

How do I set an option value in select list with jQuery? I tried:

$('#SelectGroup :all').replace("tmp4", "abc");

I mean: Search for tmp4 string and replace it with abc. In the list, there are 4 items I don’t mind going directly to entrance #4.

I will extend my question: I want to pass to the function that replaces a value from outside. I tried:

$('#SelectGroup option').each(function(fieldNum, newVal) { 
      this.text = this.text.replace('tmp4',$(newVal).text());
    });
});

and I tried:

$('#SelectGroup option').each(newVal, function() { 
      this.text = this.text.replace('tmp4',newVal);
    });
});

but here it says it fails! in the first line of .each

Why?

I don’t understand! I pass a value to a function but it loses its value in the function and change

var newVal=  $(this).val();
$('#SelectGroup option').each(function(fieldNum, newVal) { 
    alert("final option text is:" + $(this).text());*/
    alert($(newVal).text());
    this.text = this.text.replace('tmp4',$(newVal).text());  
    });
});

but newVal is not what I pass to the function – it is what the for each gives it.

  • 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-13T15:27:22+00:00Added an answer on May 13, 2026 at 3:27 pm

    Doesen’t $(‘option value=[“‘ + value + ‘”]’) work?

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

Sidebar

Related Questions

I have a select list: <select id='myList'> <option value=>zero</option> <option value=1>one</option> <option value=2>two</option> <option
Is there a way to set the value of a dropdown list in jQuery
Trying to create a select list with a first option text set to an
i would like make somethings: <select> <option value=> Please select </option> <option value=search> <
I have a select list like so: <select id=drpColours> <option value= selected=selected>Choose color</option> <option
I have the following PowerShell loop: Set-Variable -Name YELLOW -Option ReadOnly -Value 0 Set-Variable
how can i set default value in sonata admin bundle the data option is
I am using jquery autocomplete pluguin. Configured to use multiple Values. I set option
How to set radio option checked onload with jQuery? Need to check if no
I use the autocomplete function of jQuery UI. $(#search).autocomplete({ minLength: 0, source: 'source.php', select:

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.