Fleegix.js
Simple. Useful. JavaScript.

Plugins


These are plugin modules available for the Fleegix.js toolkit. They were all developed to work with Fleegix.js, but may also be used on their own.

Using the Fleegix.js build system, you can build a custom fleegix.js file that includes the plugin modules you want to use, to keep the number of JavaScript includes on your page to a minumum.

Contents


  • Date
  • EJS
    Embedded JavaScript templating. Embed JavaScript in client-side HTML templates with the familiar <% %> tags.
  • XML
    XML parser that can deserialize an XML document into an JavaScript Object hierarchy.
  • Form
    • Shows the difference between the field values in different forms (or serialized forms). Gives the original as well as changed values.
    • Allows you to restore a form from a serialized representation of its fields.
  • Hash
    Sortable collection object which allows items to be indexed both by string key or by index.
  • Color
    Color conversion functions including hex2rgb, rgb2hex, hsv2rgb, and rgb2hsv.
  • Popups
    Provides a simple API for invoking pop-up windows. Keeps the amount of UI clutter to a minimum by enforcing a one-window limit.