1.0.0 • Published 9 years ago

prevent-backspace v1.0.0

Weekly downloads
4,831
License
-
Repository
-
Last release
9 years ago

prevent-backspace

Is a client-side JavaScript component that prevents the backspace from navigating back in the browser.

You can use it with browserify or component.

npm / Browserify

npm install prevent-backspace

Component

component install jprichardson/prevent-backspace

Example

var preventBackspace = require('prevent-backspace')
preventBackspace() //hitting `backspace` outside of input, select, textarea or contentEditable will be swallowed

Credits

This originated from this question: http://stackoverflow.com/questions/1495219/how-can-i-prevent-the-backspace-key-from-navigating-back. I repackaged this answer and removed jQuery dependence.

License

(MIT License)

Copyright 2013-2014, JP Richardson jprichardson@gmail.com

1.0.0

9 years ago

0.1.0

9 years ago

0.0.1

11 years ago