Socket
Book a DemoInstallSign in
Socket

jQuery.Hotkeys

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

jQuery.Hotkeys

jQuery Hotkeys is a plug-in that lets you easily add and remove handlers for keyboard events anywhere in your code supporting almost any key combination. This plugin is based off of the plugin by Tzury Bar Yochay: http://github.com/tzuryby/hotkeys The syntax is as follows: $(expression).bind(types.keys, handler); $(expression).unbind(types.keys, handler); $(document).bind('keydown.ctrl_a', fn); // e.g. replace '$' sign with 'EUR' $('input.foo').bind('keyup.$', function(){ this.value = this.value.replace('$', 'EUR'); }); Types Supported types are 'keydown', 'keyup' and 'keypress' More details: https://github.com/tzuryby/jquery.hotkeys#readme

0.8.0.20131227
Source
nugetNuGet
Version published
Maintainers
1
Created
The README file is missing

Keywords

jquery

FAQs

Package last updated on 02 Jan 2014

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.