UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

15 lines (14 loc) 423 B
xmlplus("xp", function (xp, $_) { $_().imports({ Index: { xml: "<div id='index'>\ <input id='text1' type='text'/>\ <input id='text2' type='text'/>\ </div>", ali: {text: "//input"}, fun: function (sys, items, opts) { this.bind({text: "hello, world"}); } } }); });