UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

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