beatty@lasalle.edu

Home
Assignments
Resources
Syllabus
Weekly



Web Design and Development
DART/ENG 230

TR 9:30 - 10:45 (S 21); H-167


Nov. 24

November 29

Dec. 1

  • JavaScript site of the day from:
Today’s topic is JavaScript and jQuery.
Remember that Java is not JavaScript (see Web Teacher link below), and that
EVENT+OBJECT=ACTION defines what JavaScript does (here is a demo of event handlers).

JavaScript is used in HTML & CSS Chapter 9. There are lots of sites and resources that deal with JavaScript, often under the heading of DHTML.. Some other standards include:


Most important, understand the code behind this demo that I put together using mainly pre-defined functions, plus the Last updated script on this page.

jQuery is a set of prebuilt JavaScript functions that are called by jQuery() or $() (shorthand). The best place to start is the official site. Here is the Getting Started tutorial at jQuery.com,


Web Development Site maintained by John Beatty