mirror of
				https://github.com/coolaj86/ajquery.js.git
				synced 2024-11-16 17:29:02 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			13 lines
		
	
	
		
			291 B
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			13 lines
		
	
	
		
			291 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!");
 | |
|     let text = $("body").textContent;
 | |
|     console.log(text);
 | |
|   </script>
 | |
| </body>
 |