Tripod.js

Two-way data-binding is sooo 2009.

Advanced Configuration

If for some reason Tripod's data attribute names don't suit you or they conflict with another library, it's easy enough to change them through the Tripod.config object.

These values can be changed on-the-fly and Tripod will start looking for the new attributes immediately, but you're on your own with the markup. :)

Tripod.config.bindAttribute

Default value: data-bound-to

// change data-bound-to to data-bind
Tripod.config.bindAttribute = 'data-bind';

Tripod.config.bindModifierAttribute

Default value: data-bound-as

// change data-bound-as to data-modify-bind
Tripod.config.bindModifierAttribute = 'data-modify-bind';