simulate-dom-event

1.0.3 • Public • Published

simulate-dom-event

simulate dom event across browser. it is only suitable for test purpose!

simulate-dom-event NPM downloads Dependency Status Bower version node version

exmaple

<script src='index.js'></script>
<div id='t'></div>
<script>
    var t = document.getElementById('t');
    t.addEventListener('click',function(e){
        alert(e.which);
    },false);
    window.simulateEvent(t,'click',{
        which:2
    });
</script> 

Versions

Current Tags

  • Version
    Downloads (Last 7 Days)
    • Tag
  • 1.0.3
    4
    • latest

Version History

  • Version
    Downloads (Last 7 Days)
    • Published
  • 1.0.3
    4
  • 1.0.2
    0
  • 1.0.1
    0
  • 1.0.0
    0

Package Sidebar

Install

npm i simulate-dom-event

Weekly Downloads

4

Version

1.0.3

License

MIT

Last publish

Collaborators

  • yiminghe