1
0
зеркало из https://github.com/coolaj86/ajquery.js.git synced 2024-11-16 17:29:02 +00:00
ajquery.js/example.html
2021-07-23 04:39:14 -06:00

12 строки
268 B
HTML

<!-- DEVELOPMENT version -->
<!--
(use ultra-fast, low-latency, pre-minified & compressed CDN for production)
-->
<body>
<script src="./ajquery.js"></script>
<script>
document.write("Hello, World!");
console.log($("body").innerText);
</script>
</body>