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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 14, 20262026-05-14T00:21:58+00:00 2026-05-14T00:21:58+00:00

I am trying to get the code of an event using the event.which jQuery

  • 0

I am trying to get the code of an event using the event.which jQuery function. It is working great in FF, but in IE8 I am only getting “undefined”. Is there some reason this would not work in IE8? I am using jQuery version 1.3.2 and the code is bellow (simplified).

function handleInput(event) {
   //Get the character code of the pressed button
   keycode = event.which;
}

Thanks,
Metropolis

** EDITED **

Basically what I want to be able to do is have an HTML element with an onkeyup event attribute which will call to the handleInput function. Here is what I want the HTML to look like.

<input type="text" value="" onkeyup="handleInput(event)" />

Is there a way to pass “event” like this and have jQuery recognize it?

  • 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-14T00:21:58+00:00Added an answer on May 14, 2026 at 12:21 am

    jQuery does support event.which. How exactly are you binding your handler? Are you using jQuery? If you’re doing:

    jQuery("#element").click(function(evt) {
     //evt is a jQuery-normalized event object
    
    });
    

    It should work. You probably don’t want to use event (notice that I am passing in evt versus event) as the parameter since it will collide with IE’s event object. I believe this is the source of your problem.

    EDIT

    After reading your comment, you need to do something like this in a Javascript file that you reference from <HEAD>:

    jQuery(document).ready(function() {
       //event-handling binding-code
    });
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

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.