xmlplus
Version:
A JavaScript framwork for developing projects efficiently.
18 lines • 406 B
HTML
<html>
<head>
<script src="../../../../xmlplus.js"></script>
<script>
xmlplus("xp", function (xp, $_, t) {
$_().imports({
Index: {}
});
}).ready(function() {
console.log(xp.getElementById("index")); // SystemObject
});
</script>
</head>
<body>
<i:Index id="index" xmlns:i='//xp'></i:Index>
</body>
</html>