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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T00:02:38+00:00 2026-05-27T00:02:38+00:00

I have dynamic select drop-down menus. For example, if you select a specific month,

  • 0

I have dynamic select drop-down menus. For example, if you select a specific month, the 2nd select element will populate with number of days in that month.

This works as intended, however when the user is on an iPhone and uses the “Next” button built into Mobile Safari’s “form assistant”, the change event (using jQuery) doesn’t appear to fire and the 2nd select does not update.

$('.month').change(function() {
    // update "days" select element
});

FYI I’m also using jQuery mobile

  • 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-27T00:02:39+00:00Added an answer on May 27, 2026 at 12:02 am

    The best work-around I could find was based on this post…

    Strange behavior of select/dropdown's onchange() JS event when using 'Next' on Mobile Safari Dropdown list item select box

    Using the plugin (from the link above), I had to force the select menu to blur as soon as an option was chosen with Mobile Safari’s “form assistant”.

    I noticed however when brute force testing these menus an extra blur event would fire after a few back-and-forth selections. An extra focus seemed to fix that.

    $('select').quickChange(function () {
        $(this).blur();
        $('select').focus(); // somehow prevents an extra blur from firing on focus
    });
    

    With a separate change function I am updating the second select menu dynamically.

    $("#select-choice-month").change(function () {
        // update second select dynamically
    });
    

    *Only tested on Mobile Safari / iOS 5.0.1 thus far.

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

Sidebar

Related Questions

I have this form section with dynamic clone of select drop down menus. The
I have a drop down list (select) populated from SQL. This is dynamic so
In a previous question i made Dynamic dependent select menus i posted this example
I have a web form that I am attempting to implement dynamic drop down
I am creating an dynamic controls I have an drop down with options Textbox,
I'm attempting to make a dynamic drop down that will be filled by a
I have... a dynamic populated select box several input boxes a submit button form
I have a dynamic list of items that will be used to POST information
I have a page on my site which has multiple drop down boxes as
I have 2 drop downs example country and province. The country can be selected

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.