Tag: Flight.js

  • Organizing jQuery code with Flight.js

    If you use jQuery for your projects and don’t organize code in some way, you should definitely check out Flight.js, a web framework created and used by Twitter. Flight.js lets you organize jQuery code in components (basically a self contained HTML markup where standard DOM events are handled by user-defined callbacks). These components communicate with…