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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T09:34:18+00:00 2026-05-25T09:34:18+00:00

I am using JQuery with the hotkeys plugin and having trouble unbinding an event.

  • 0

I am using JQuery with the hotkeys plugin and having trouble unbinding an event. Specifically, I am trying to unbind a keypress event within the method that has been bound to that keypress.

For example:

$(document).bind('keydown', 'space', doStuff)

function doStuff() {
    alert("Doing stuff");
    $(document).unbind('keydown', 'space');
}

I think I might have misunderstood the unbind call API – do I need to provide the third parameter ? In some documentation, it seems I must provide the function handler which I originally provided to bind as this parameter – but that function handler is the very function I am calling unbind from, so I have no handle to it ? or do I ?

Note that before today, I was using:

$(document).unbind('keydown');

This worked fine – I need to bind and unbind “space” at several points in the code, and this did the trick. But now I also have been binding OTHER key presses, and found this call was (not surprisingly) unbinding all key presses for all keys.

So how can I unbind some or all events for a specific key press, either using the hotkeys plugin, or without 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-25T09:34:18+00:00Added an answer on May 25, 2026 at 9:34 am

    You need to use namespaces.

    $(document).bind('keydown.space', 'space', doStuff)
    
    function doStuff() {
        alert("Doing stuff");
        $(document).unbind('keydown.space', 'space');
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Using this hotkeys plugin, https://github.com/jeresig/jquery.hotkeys , I'm having some problems with the following code:
Can I merge these in jQuery? I'm using the HotKeys plugin. $(document).bind('keydown', 'n', cycleNoise);
Using jQuery UI , I have a tabs plugin and within tab 1 gets
Using jQuery, I would like to capture a keyboard event that is: before the
I am using the jQuery hotkeys plugin to bind some keypresses to events. I
Using jQuery version 1.4.2 and Validation plugin version 1.8.1 I have a textbox that
I'm using jQuery hotkeys plugin with the following code: $(document).bind('keydown', 'right', function(){ console.log('fired'); display_info();
Using jQuery 1.7.1, I'm trying to create an event handler for the change event
Using jQuery, how do you bind a click event to a table cell (below,
Using jQuery, is there a way to select all tag that reference a specific

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.