Javascript, part 2

Javascript, part 2

CS147L Lecture 5

Mike Krieger

Sunday, October 25, 2009

Intro

Sunday, October 25, 2009

Welcome back!

Sunday, October 25, 2009

By the end of today...

-

Sunday, October 25, 2009

Getting stuff onto your Stanford space

What is AJAX?

How to make asynchronous Web requests

Using jQTouch to set up touch events

Learn animations with jQTouch

Javascript Recap

Arrays: [1,2,3,"hi"]

Objects: {"propertyName":"value"}

Functions:

function fn(args){

doStuff();

}

var fn = function() { alert("HI"); }

fn();

Sunday, October 25, 2009

................
................

In order to avoid copyright disputes, this page is only a partial summary.

Google Online Preview   Download