|
|
|
|
|
Search The Website |
|
Content:
|
![]() |
JavaScript Tutorial |
|
JavaScript to program the behaviour of dynamic,
interactive web pages. |
|
Imperative and structured: JavaScript supports much of the structured programming syntax from C , statement such as if, and while loops ... etc.
|
|
Dynamic:
|
|
Including JavaScript Libraries: to use a JavaScript
framework library in your web pages, just include the library in
a <script> tag.
Google
AJAX provides the links for the majority of JavaScript
libraries including: Yahoo provide an extensive JavaScript library (The YUI): |
![]() |
JavaScript Syntax |
|
JavaScript Syntax:
Wikipedia provide good description to JavaScript Syntax.
|
|
Simple examples: Variables in JavaScript can be defined using the var keyword:
|
|
JavaScript Examples |
| You may learn JavaScript by examples: ( W3 School ). |
|
Example 1: is about JavaScript, and how JavaScript works with HTML and CSS.
<button type = "button" onclick = "document.getElementById ('demo1').innerHTML
= Date()"> Display Date and Time </button> |
| Example 2: JavaScript can change HTML content.
<button type = "button" onclick = "document.getElementById ('demo2').innerHTML = 'Hello JavaScript!'"> Hello JavaScript! </button> |
| Example 3 JavaScript Can Change Images
<img id = "BulbImage" onclick = "changeImage()" src = "images/pic_bulboff.gif" width = "100" height = "180"> |
Click the light bulb to turn on/off the light.
| Example 4 JavaScript can change the style of an HTML element.
<script> |
JavaScript can change the style of an HTML element.
| Example 5 JavaScript Can Validate Input
<p>Please input a number between 1 and 10:</p>
|
| 1.
Changing HTML Content
5. Time HMS Realtime Digital Clock More Examples using jQuery: 1. Container Position Manipulation up&down 3. jQuery Download Using Google 4. Panel Position Manipulation to the Right More Examples using jQuery-ui: 1. Animate 2. Buttons 5. Slider 8. Tabs 9. Tips for form filling and any dataontainers
|
|
|
|
Useful Links |
Web Development ResourcesCoding HelpDevelopment Tools |
Collection of some of the most useful web development resourcesBrowse |
|
|