UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

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