twixt-handle

0.0.2 • Public • Published

twixt-handle Function

var doc = require("twixt-document"),
    handle = require("twixt-handle");

doc(function(document) {
    handle(document.getElementById("action"), "click", function(evt) {
        evt.stopPropagation();
        evt.preventDefault();
        alert("clicked");
    });
});

Readme

Keywords

none

Package Sidebar

Install

npm i twixt-handle

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • rremer