jEngine: Events Installation npm install jstools-events --save or bower install jn-events --save Usage var obj = new Events(); obj.$$on('foo', function () { flag = true; }); obj.$$trigger('foo'); code in Github