UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

12 lines 266 B
xmlplus("xp", function (xp, $_) { $_().imports({ Index: { xml: "<div id='index'>\ <input id='text' type='text'/>\ </div>", fun: function (sys, items, opts) { window.proxy = this.bind({text: "hello, world"}); } } }); });