chore: add example
This commit is contained in:
parent
e2d6c6b928
commit
3bc7bd0123
|
@ -0,0 +1,11 @@
|
||||||
|
<!-- 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>
|
Loading…
Reference in New Issue