1.0.0 • Published 6 years ago

waitor v1.0.0

Weekly downloads
2
License
ISC
Repository
github
Last release
6 years ago

waitor

waitor.on('.modal-tabbar li:nth-child(2)', function(el) {
 $(el).trigger('click');
});

waitor.on('window.foo.a', function(v) {
  console.log(v);
});

setTimeout(function() {
  window.foo = {
    a: 'hello world'
  };
}, 500);
1.0.0

6 years ago