UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

11 lines (10 loc) 267 B
xmlplus("xp", function (xp, $_) { $_().imports({ Index: { xml: "<input id='index' type='text'/>", fun: function (sys, items, opts) { this.bind({index: "hello, world"}); } } }); });