Butterfly JS home page

Butterfly is a JavaScript library composed of a collection of tools to facilitate and speed up front end developer's work.

It is composed of the following sections:

  • Loader: A module loader to ease the creation of encapsulated code working separated in different files while not needing the global scope.
  • Core: Collection of shortcut methods to work on the DOM (Access to DOM nodes, Alteration of the DOM, work with CSS classes, definitions of events...).
  • Ajax: Module containing two methods to executes customisable AJAX calls.
  • Template: A simple template engine.