UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

12 lines 320 B
xmlplus("xp", function (xp, $_) { $_().imports({ Index: { xml: "<div id='index'>\ <input id='text' type='text'/>\ </div>", fun: function (sys, items, opts) { sys.text.bind([1,2,3,4]); } } }); });