Difference between revisions of "BTC640/jQuery"

From CDOT Wiki
Jump to: navigation, search
(Created page with 'We will look at jQuery. Why does it exist? How do you use it? As a means of learning it we'll port a small existing DOM javascript application (just a function, really) to jQuer…')
 
 
Line 9: Line 9:
 
* [http://learn.jquery.com/ajax/ jQuery Ajax techniques ]
 
* [http://learn.jquery.com/ajax/ jQuery Ajax techniques ]
 
* [http://api.jquery.com/ jQuery API documentation ]
 
* [http://api.jquery.com/ jQuery API documentation ]
 +
 +
= Lab =
 +
 +
Port the Spy On User example code from [[BTC640/ProcessingAjax | last week]] to use jQuery instead of the Firefox Ajax code and the document.* stuff.

Latest revision as of 22:17, 31 July 2013

We will look at jQuery. Why does it exist? How do you use it?

As a means of learning it we'll port a small existing DOM javascript application (just a function, really) to jQuery.

Links

Lab

Port the Spy On User example code from last week to use jQuery instead of the Firefox Ajax code and the document.* stuff.