dojo
Version:
Dojo core is a powerful, lightweight library that makes common tasks quicker and easier. Animate elements, manipulate the DOM, and query with easy CSS syntax, all without sacrificing performance.
14 lines • 376 B
HTML
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en">
<head>
<title>Test dojo.query() on XHTML/XML doc</title>
<script src="../../../dojo.js" data-dojo-config="async: true, isDebug: true">
</script>
<script type="text/javascript">
var query;
</script>
</head>
<body>
<p id="test"></p>
</body>
</html>