UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

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