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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:33:55+00:00 2026-05-31T13:33:55+00:00

Hi guys i have a combobox with jquery – but i cant make the

  • 0

Hi guys i have a combobox with jquery – but i cant make the second one populated when the first select coming selected alredy. im try to get the value without change the select.

<form>
    <select name="tipo" id="Tipo_Id" class="buscaTiposVeiculos">
        <option value="1" selected="selected">teste1</option>
        <option value="2">teste2</option>
        <option value="3">teste3</option>
        <option value="4">teste4</option>
    </select>
    <select name="marca" class="recebeMarcas">
        <option value="">--- Select ---</option>
    </select>
</form>

jquery

$('select.buscaTiposVeiculos').change(function () {
     $("select.recebeMarcas").html('<option value="">Carregando...</option>');

     // var opt = $("select.buscaTiposVeiculos"); tried like this
     // var val = $(this).val(); tried like this
     // var val = $(this).find('option:selected').val(); not works
     $('select.recebeMarcas >option').remove();
     $.post('/inc/geraCidades.php', {
         tipov: $(this).val(),
         tipo: "tipo"
     }, function (data) {

         $('select.recebeMarcas').html('<option value="">Selecione a Marca</option>' + data);
     });
 });
  • 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-31T13:33:56+00:00Added an answer on May 31, 2026 at 1:33 pm

    To trigger change event on page load and populate second select automatically. Some commented code can be removed

    /* create the change handler  use ID is better selector for efficiancy*/
    $('#Tipo_Id').change(function() {                                              
         /* this populates second select with one option*/
        $("select.recebeMarcas").html('<option value="">Carregando...</option>');                                          
    
       /* this removes option populated in line above*/
        $('select.recebeMarcas >option').remove();
    
    
        $.post('/inc/geraCidades.php', {tipov: $(this).val(), tipo : "tipo"}, function(data) {
    
            $('select.recebeMarcas').html('<option value="">Selecione a Marca</option>'+data);
        });
    
        /* trigger the change event on page load*/
    }).change();  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Python list comprehensions are nice, but near impossible to debug. You guys have any
guys I have two question to ask, they're easy, but bothering me for a
Do you guys have some tips to make any large table, with 500+ rows,
Hey guys! Here is the deal... I have a ComboBox defined in my window.
I have a design question: If you had to make a WPF Combobox with
I don't know if this is the correct website, but you guys have been
I don't know if you guys have ever heard of the app chomp but
Hey guys! I have a dijit.form.ComboBox that needs have value checking applied against it.
do you guys have any idea how to edit the the labels in the
Thus far you guys have been wildly helpful with me getting this little ditty

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.