Skip to content

Instantly share code, notes, and snippets.

@mathias
Created January 19, 2010 17:28
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mathias/281106 to your computer and use it in GitHub Desktop.
Save mathias/281106 to your computer and use it in GitHub Desktop.
JQuery @ Web414, Nov 13th 2008
------------------------------
@offwhitemke (Brennan)
"You can't do JQuery unless you know HTML, CSS."
* Height
* Margin
* Padding
* Border
* Float
* Overflow
Recommended Books:
* Pro Javascript Techniques, by John Resig
* JavaScript: The Good Parts
* Secrets of a JavaScript Ninja, by John Resig (blog posts?)
Tools:
* Firebug (FF2, FF3)
* JS Lint
* Visual Studio 2008 (ew) syntax support for JavaScript
* WCF/AJAX Service with Intellisense
Part 3: jQuery Basics:
* Callbacks !
* & a bunch of animation stuff
jQuery Advanced:
*
* graceful degradation.
*
New stuff to look at:
===
getElementByTagName()
Sizzle? -> John Resig's new Query engine. Can drop it into everyone's toolkit.
-> full CSS level2 and level3 selectors
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment