dom-delegator : Decorate elements with delegated events. You can installing dom-delegator npm packages, there are two ways to install this module locally and globaly. -g option is specified to global. Execute the below command.
$ sudo npm install dom-delegator $ sudo npm install -g dom-delegator
If want to update the dom-delegator package execute the command as below,
$ sudo npm update dom-delegator
Update package globally,
$ npm install -g dom-delegator
$ sudo git clone https://github.com/rektide/dom-delegator.git
$ sudo npm install -g ./dom-delegator
dom-delegator@13.1.0 /usr/lib/node_modules/dom-delegator
You can uninstall or remove this package from your node_modules run the command as below,
$ sudo npm uninstall dom-delegator
Package Name | dom-delegator |
Version | 13.1.0 |
Description | Decorate elements with delegated events |
Released Date | 2015-02-06T21:01:36.368Z |
Published by | raynos |
How to Learn | https://www.npmjs.com/package/dom-delegator/tutorial |