0.0.3 • Published 8 years ago

prevent-default-wrapper v0.0.3

Weekly downloads
9
License
Apache-2.0
Repository
github
Last release
8 years ago

prevent-default-wrapper

Wraps an event or an event handler and calls preventDefault()

Installation

npm install prevent-default-wrapper

Usage

$('a').click(preventDefault(function(e) {
  // ...
}));

$('a').click(function(e) {
  preventDefault(e);
  
  // ...
});
0.0.3

8 years ago

0.0.2

8 years ago

0.0.1

8 years ago