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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:44:30+00:00 2026-06-17T09:44:30+00:00

I have a problem with select box. I assigned an ajax handler to the

  • 0

I have a problem with select box. I assigned an ajax handler to the event onchange. It works fine if you use mouse. However I need it to be working when the option is changed using keys. The options change but ajax call is not made until select looses focus. The problem seems to be firefox specific.

Fiddle

Does anyone know how I can do this?

  • 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-17T09:44:30+00:00Added an answer on June 17, 2026 at 9:44 am

    you could assign onkeyup event to select, then listen for changes manually see code

    $("#sel").change(function(){
      alert("hello");
    });
    
    oldval = $("#sel").val();
    
    $("#sel").keyup(function(){
      if(oldval != $("#sel").val())
      $(this).change();
    });
    

    Of course it should be refined before production usage, but it is a start. BTW, if you press enter after you change the value by keyboard, change event fires up. I believe you did not press enter key. So the value is indeed unchanged, rather, it is in a state of changing. So browser does not fire change event.

    I hope it will be helpfull.

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

Sidebar

Related Questions

Here is my problem, I have a select box where i need to validate
I have a problem with building multi level select box. I have category table
I have a problem with the select box in my application. I specified some
I'm creating my page builder but I have little problem with select box. This
I have a weird problem with HTML select box height in Firefox 2, here's
I have a problem with the multi-select box. I tried to select multiple values
The problem I have is the select box in my view does not maintain
Here's my problem: on my homepage I have a select box with city names.
I have a select box and I need to both set the selected value
Example Problem: http://jsfiddle.net/whxD3/12/ In knockout I have a select box that I want to

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.