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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T00:33:59+00:00 2026-06-09T00:33:59+00:00

I need to be able to change certain option from select menu to be

  • 0

I need to be able to change certain option from select menu to be as default (start) value when I do something.

For example when I declare it, English language is default value.

How to change that with the code and not with the click.

<form id="form1" name="form1" method="post" action="">
<select name="websites1" id="websites1" style="width:120px" tabindex="1">
    <option value="english" selected="selected"  title="images/us.gif">English</option>
    <option value="espanol" title="images/es.gif">Espanol</option>
    <option value="italian" title="images/it.gif">Italiano</option>
</select>
</form>

In the body tag I have declared:

<script type="text/javascript">
$(document).ready(function() {
$("body select").msDropDown();
});
</script>

I am using this SCRIPT

I have tried all of the bellow examples and none this is good for me.

What else can I do change default select value.

  • 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-09T00:34:00+00:00Added an answer on June 9, 2026 at 12:34 am

    This is working for me as mentioned in the docs:

    $('#websites1').msDropDown().data('dd').set('selectedIndex',2);
    

    This will select italian 😉

    /edit:

    Keep in mind that @Patrick M has a more advanced approach and he posted his approach before I posted mine 😉

    If you are having weird css issues like I did, try this undocumented stuff:

    $('#websites1_msa_2').click(); // this will also select the italian
    

    As you can see the id is generated by $(‘#websites1_msa_2′) the id of the selectbox plus the $(‘#websites1_msa_2‘) index of the option item.

    A bit hacky but works 😉

    So you could then define a JavaScript-Function like this:

    var jQueryImageDD_selectByName = function(name) {
      var children = $('#websites2_child').children();
      for(var i=0;i<children.length;i++) {
        var label = children[i].getElementsByTagName('span')[0].innerHTML;
        if(label === name) {
          children[i].click()
        }
      }
    };
    

    And then use it like this:

    jQueryImageDD_selectByName('Italiano'); // will select Italiano :)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I need to merge certain xml nodes based on an attribute value, change that
I need to change a string value if it meets certain criteria, but I'm
I need to be able to change the filebrowserUploadUrl of CKEditor when I change
I need to be able to change header text and spacing issues in our
I need to be able to change a projects build command in my Eclipse
I have this working code, but now i need to be able to change
I need to be able to permanently change variables in a php file using
I need to be able to update my config file programmatically and change my
How can I change the user-agent in Maven? I need to be able to
We need to change an already running job. We should be able to push

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.