Two-way data-binding is sooo 2009.
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.bindAttributeDefault value: data-bound-to
// change data-bound-to to data-bind
Tripod.config.bindAttribute = 'data-bind';
Tripod.config.bindModifierAttributeDefault value: data-bound-as
// change data-bound-as to data-modify-bind
Tripod.config.bindModifierAttribute = 'data-modify-bind';