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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T21:12:58+00:00 2026-06-09T21:12:58+00:00

I have multiple <select/> tags i would like to synchronize so that when one

  • 0

I have multiple <select/> tags i would like to synchronize so that when one is changed, they all change. They are all part of a navbar header for a jquery mobile page(s). My selector is this: $("header select").

I hooked up the change event like this:

var statusselect = $("header select");

var statusevent = function (event) {

    statusselect.off("change");

    statusselect.val(event.target.value);

    statusselect.on("change", statusevent);

    try {
        statusselect.selectmenu("refresh");
    } 
    catch(e) {

    } 
};

statusselect.on("change", statusevent);

This only works if i have that try/catch statement. If i take out the try/catch and its inner code, the text of the <select/> updates only after the first change. After that, the event is fired correctly and all values passed are correct, but the text never updates (showing the correctly selected option).

If I take out the try/catch and leave the statusselect.selectmenu("refresh"), an exception is thrown stating the object had yet to be initialized.

So im left scratching my head: Why do i need to throw an exception in order for the <select/> to change its text? Is it because the exception is being thrown for the <select/>s that are not in the view?

  • 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-09T21:13:00+00:00Added an answer on June 9, 2026 at 9:13 pm

    I think you answered your own question, the refresh method is meant to refresh a widget (selectmenu in this case) that has already been initialized, in your case the initialization for the selects that are on other pages hasn’t taken place yet (enhancement takes place in the pageinit event) so you would need to initialize it first which you should be able to do manually by calling .selectmenu().

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

Sidebar

Related Questions

I have multiple tables that need to be merged into one. SELECT name, SUM(money)
I have a search form that would like the users to search multiple terms.
Currently i have multiple select tags that have almost the same option choices, what
So I have two multiple select boxes like this <select id=foo multiple=multiple> <option value=1>Option
i have a form that has a multiple select drop down. a user can
I have a query that I made to return all the tags in a
I have multiple multi-select boxes with the same class and i want to unselect
I have a stored procedure with multiple insert/select statements. Let's say I'm using the
I have the following select list from which the user can select multiple values.
Currently we have dueling select lists where you can select multiple employees from Available

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.