N6XRE DokuWiki

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
javascript [2024/02/29 13:02] – [1. JavaScript Example] garyrustjavascript [2024/02/29 13:03] (current) – [2. JavaScript syntax] garyrust
Line 19: Line 19:
 <iframe width="800" height="700" src="https://www.wikiwand.com/en/JavaScript_syntax" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe> <iframe width="800" height="700" src="https://www.wikiwand.com/en/JavaScript_syntax" frameborder="0" allow="autoplay; encrypted-media" allowfullscreen></iframe>
 </html> \\ </html> \\
 +
 +===== - JavaScript Example =====
 +**[[javascript#top|Top]]**\\
 +<html>
 +SEE THIS - <a href="./doku.php?id=programming_and_computing#%E2%80%87gpt4all_free-to-use_chatbot">GPT4All free-to-use chatbot</a>
 +</html> \\
 +<!DOCTYPE html>
 +<html>
 +<head>
 + <title>My Web Page</title>
 + <script src="https://code.jquery.com/jquery-3.6.0.min.js"></script>
 + <script>
 + $(document).ready(function() {
 + $("h1").text("Welcome to my page!");
 + });
 + </script>
 +</head>
 +<body>
 + <h1>This is an example of a webpage with JavaScript.</h1>
 + <p>The text in the heading will be changed when the page loads using jQuery.</p>
 +</body>
 +</html>
 +\\
 +
 ===== - JavaScript: Understanding the Weird Parts - The First 3.5 Hours =====  ===== - JavaScript: Understanding the Weird Parts - The First 3.5 Hours ===== 
 **[[javascript#top|Top]]**\\ **[[javascript#top|Top]]**\\
QR Code
QR Code javascript (generated for current page)