Getting Started - PaoloCifariello/Eventspace.js GitHub Wiki
What is Eventspace.js?
Eventspace.js is a library to manage events in spaces of events. You can have different spaces during life course of your web application and with Eventspace.js you can set different handler for same nodes in every space and manage those different phases.
What is a Space?
A space is a phase of your web page (or web application), for example there could be a 'init' space in which you load your application, a 'pre' phase which precedes a particular event and then a 'post' phase.
How to use?
- Create Space
- [Remove Space](Remove Space)
- [Set event handler](Set Event Handler)
- [Manage spaces](Manage spaces)