mirror of
https://github.com/coolaj86/ajquery.js.git
synced 2024-11-16 17:29:02 +00:00
chore: add example
This commit is contained in:
parent
e2d6c6b928
commit
3bc7bd0123
11
example.html
Normal file
11
example.html
Normal file
@ -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…
x
Reference in New Issue
Block a user