· 7 years ago · Apr 07, 2018, 04:04 PM
1JQuery @ Web414, Nov 13th 2008
2------------------------------
3@offwhitemke (Brennan)
4
5"You can't do JQuery unless you know HTML, CSS."
6 * Height
7 * Margin
8 * Padding
9 * Border
10 * Float
11 * Overflow
12
13Recommended Books:
14 * Pro Javascript Techniques, by John Resig
15 * JavaScript: The Good Parts
16 * Secrets of a JavaScript Ninja, by John Resig (blog posts?)
17
18Tools:
19 * Firebug (FF2, FF3)
20 * JS Lint
21 * Visual Studio 2008 (ew) syntax support for JavaScript
22 * WCF/AJAX Service with Intellisense
23
24Part 3: jQuery Basics:
25 * Callbacks !
26 * & a bunch of animation stuff
27
28jQuery Advanced:
29 *
30 * graceful degradation.
31 *
32
33New stuff to look at:
34===
35getElementByTagName()
36
37Sizzle? -> John Resig's new Query engine. Can drop it into everyone's toolkit.
38 -> full CSS level2 and level3 selectors