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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 29, 20262026-05-29T04:07:07+00:00 2026-05-29T04:07:07+00:00

Hi I have a combo box having 5 drop down items in Tab1 and

  • 0

Hi I have a combo box having 5 drop down items in Tab1 and different tabs are present such as tab1, tab2, tab3, tab4 and tab5.Tab1 is in enabled mode and other tabs are in disabled mode.In disabled tabs different text boxes are present. Suppose I have a combo box and from that combo box items named as a, b, c, d, e are coming in Tab1. If i will select item d from the drop down menus then i will automatically go to tab4 or any tab(need not be the same order as drop down items). So now i have two tabs enabled i.e. Tab1 and Tab4. But if i will select any other items such as item b from the drop down menus(in tab1) then i will stay in tab1 and Tab4 will be disabled and also entered value in Tab4 will be removed. Please have a look at this fiddle:

http://jsfiddle.net/AavsW/6/

It is working same for check boxes but i cannot find why it is not working for combo box? In place of checkbox i kept combo box but it is not working why?

Please help me to solve this problem.
Thanks

  • 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-29T04:07:08+00:00Added an answer on May 29, 2026 at 4:07 am

    You can do it in this way.
    http://jsfiddle.net/AavsW/18/

    <select name="porting-p1" class="dropdown">
    <option value="1" class="disablenext">Please select an option...</option>
    <option value="2" class="enablenext">TERMS 1</option>
    <option value="3" class="enablenext">TERMS 2</option>
            </select>
    
    $('.dropdown').change(function() {
                // enable tab
            $('#wizard').tabs('enable', $('.dropdown').val());
            // select tab
            $('#wizard').tabs('select', $('.dropdown').val());
    
                // disable tab
            $('.dropdown option').each(function()
            {
    
                            $('#wizard').tabs('disable',$(this).val());
            });
    
    
    
        });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a combo box inside a list view. And different items (rows) in
I have such a combo box in my site and I want it to
I'm looking to have a combo box with only two items: ----------- | Other..
I have question about the combo box. The problem I'm having is with the
I have a combo box on a WinForms app in which an item may
I have a combo box with the following DataTemplate: <DataTemplate x:Key=ComboBoxDataTemplate> <StackPanel> <TextBlock Text={Binding
I have a combo box in Silverlight. It has a collection of values built
I have a combo box in which I have to display the dates from
I have a combo box with a row source based on an SQL query
The problem: I have a combo box that needs to fit into a fixed

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.