IAM Home
IAM Wiki
Emergent Web Technologies Spring 2009 Class 3
| 38.107.191.85
| Talk for this IP
| Log in
Contents |
This is another week of JavaScript. This time I'll talk about the DOM and JavaScript libraries. I'm going to focus on jQuery and demonstrate some of the basic things you can do with it. I will also show how you can accomplish some of the same tasks without any JavaScript libraries and you can decide if it's easier to use a library or to write the code by hand.
I'm going to cover the code that I wrote in these examples
Design a location list using XHTML, CSS and JavaScript + jQuery.
Think of 10 locations in Chicago that you'd like to provide some information on. You can design the layout as simple or as complex as you want as long as you follow these requirements:
I recommend an (un)ordered list or a definition list for your locations. Refer to the examples from class for how to organize your JavaScript and how to select elements with jQuery.
Feel free to email me or schedule a time to meet me at my office if you have questions about this assignment.
Assigment Due: 2/20/2009 10PM