UNPKG

xmlplus

Version:

A JavaScript framwork for developing projects efficiently.

18 lines 632 B
xmlplus("xp", function (xp, $_) { $_().imports({ Example: { xml: "<div id='example'>\ <input type='radio' name='n' value='USA'/>\ <input type='radio' name='n' value='China'/>\ <select id='select'>\ <option>USA</option>\ <option>China</option>\ </select>\ </div>", ali: {country: "//input | //select", }, fun: function (sys, items, opts) { this.bind({country: "China"}); } } }); });