0.0.4 • Published 7 years ago

h5tap v0.0.4

Weekly downloads
1
License
MIT
Repository
github
Last release
7 years ago

h5tap Tap event trigger of Moblie.

NPM version Build Status Coverage Status

Smaller than smaller.

无他,就是小

使用方法

绑定事件 bind

<div>
   <button cmd="save"><span>保存</span></button>
   <button cmd="load"></button>
</div>
h5tap('div', '[cmd]', function (target) {
  console.log(target.getAttribute('cmd'));
  // > save
  // * done
});

License

MIT © zswang