Getting StartED with Dojo

Dojo has been described as the JavaScript toolkit for programmers that’s easy enough for designers to pick up. This book will introduce the foundational concepts of using Dojo to increase efficiency when developing modern websites that utilize Document Object Model (DOM) manipulation, Ajax, animatio...

Πλήρης περιγραφή

Λεπτομέρειες βιβλιογραφικής εγγραφής
Κύριος συγγραφέας: Hayes, Kyle D. (Συγγραφέας)
Συγγραφή απο Οργανισμό/Αρχή: SpringerLink (Online service)
Μορφή: Ηλεκτρονική πηγή Ηλ. βιβλίο
Γλώσσα:English
Έκδοση: Berkeley, CA : Apress, 2009.
Θέματα:
Διαθέσιμο Online:Full Text via HEAL-Link
Πίνακας περιεχομένων:
  • JavaScript Fundamentals
  • How does JavaScript fit in with HTML?
  • How do you write variables and strings?
  • How do you perform arithmetic?
  • How do you write a function and pass variables?
  • What’s an array and why is it so important?
  • What methods can you use to create arrays?
  • How do you loop through an arrays elements?
  • Digging a little deeper
  • Manipulating the DOM
  • How do you get a reference to a node(s) on the DOM?
  • How do you change the style of a DOM element?
  • How do you change the HTML content of an element?
  • Events
  • What is a JavaScript event?
  • How do you attach an event listener?