JavaScript
From Wikibooks, open books for an open world
![]() |
This book applies to version 1.6 and later of JavaScript. |
This book is a guide to JavaScript, a scripting language widely used in web pages and web applications such as email applications. JavaScript is not to be confused with Java, which is quite a separate language for creating stand-alone applications.
Welcome
Core Language
- Lexical Structure
- Variables and Types
- Operators
- Control Structures
- Functions and Objects (Object Oriented Programming)
- Debugging
- Optimization
Document Object Model and Dynamic Websites
- Runtime Document Manipulation
- Event Handling
- W3C Event Handlers
- Working with the Mouse
- Forms
- Images
- Cookies
- Design Mode
- Bookmarklets
Client-Server Programming with AJAX
Miscellaneous
Appendices
- Index
- Links
- Useful Software Tools
- History of JavaScript
- Best Practices
- Code Structuring
- Contributors