www.chagoyan.com |
|||||
JavaScriptBackgroundJavaScript was developed by Netscape Communications Corporation and released with the Netscape browser in 1995. JavaScript is a scripting programming language that runs on your browser to make web pages interactive. Because JavaScript runs on the browser, it is considered a client-side scripting language. JavaScript is still very popular and one of the top programming languages used today. Its syntax is very similar to Java and even PHP. Learning one of these languages makes it much easier to learn the others. Top Programming Languages - TIOBE Programming Index JavaScript can be coded raw, but there are several new ways of using JavaScript via JavaScript libraries like jQuery, MooTools, and YUI. . In this class we will use jQuery. JavaScript can be implemented in four ways:
JavaScript is usually coded in the following format:
The above code writes "Hello World!" into your Web page. The DOM The most powerful aspect of JavaScript is the DOM (Document Object Model). With the DOM you can use JavaScript to control your objects in your page. See W3schoolscom and play with the DOM objects using JavaScript. |
|
||||
Copyright © 2004-2024 Chagoyan.com/Chaggy.net | All Rights Reserved All courses at Coalinga High School are open to all students without regard to race, color, national origin, sex, disability, sexual orientation, gender, ethnic group identification, ancestry, or religion. |