We have emailed the verification/download link to "".
Login to your email and click the link to download the file directly.
Check your bulk/spam folders if you can't find our mail.
Loading…
Flash Player 9 (or above) is needed to view presentations.
We have detected that you do not have it on your computer. To install it, go here.
Point out that it’s mainly for the beginners/intermediate users. Feel free to throw in your own tips at the end.
Most jQuery functions take the form $(something).function(selector)
This selector can be any CSS one - including CSS3. Works in multiple browsers.
Most jQuery functions take the form $(something).function(selector)
This selector can be any CSS one - including CSS3. Works in multiple browsers.
Most jQuery functions take the form $(something).function(selector)
This selector can be any CSS one - including CSS3. Works in multiple browsers.
Most jQuery functions take the form $(something).function(selector)
This selector can be any CSS one - including CSS3. Works in multiple browsers.
Some people like to append the dollar sign to variables that have the jQuery object “wrapped” around them.
Some people like to append the dollar sign to variables that have the jQuery object “wrapped” around them.
If you’re only performing multiple operations on one selector in one place, chaining is probably best.
However if you plan to reuse the selector much later then cache it.
If you’re only performing multiple operations on one selector in one place, chaining is probably best.
However if you plan to reuse the selector much later then cache it.
Completely optional - your call
Completely optional - your call
Just continuing from caching
Just continuing from caching
End with however...
End with however...
You can use the $(selector,context) method or .find(), choice is yours. Again, there are so many different ways of achieving the same result with jQuery
You can use the $(selector,context) method or .find(), choice is yours. Again, there are so many different ways of achieving the same result with jQuery
Browse the traversing docs - URL there - so many functions.
Browse the traversing docs - URL there - so many functions.
Browse the traversing docs - URL there - so many functions.
find() will descend right through the DOM
children() only descends one level
find() will descend right through the DOM
children() only descends one level
getElementsByClassName does currently work in IE9 preview, but not in its predecessors.
getElementsByClassName does currently work in IE9 preview, but not in its predecessors.
Or, you can put all your jQuery at the bottom, just before the closing tag and not have to use this code.
Or, you can put all your jQuery at the bottom, just before the closing tag and not have to use this code.
Easy quick way to detect if javascript is on. (Most people do have it on)
Easy quick way to detect if javascript is on. (Most people do have it on)
Just an easy way to store things - seen people store things in alt tags, classes, etc, this is much easier.
Just an easy way to store things - seen people store things in alt tags, classes, etc, this is much easier.
For use with other libraries
For use with other libraries
A quick google search for tutorials finds you loads.
© All Rights Reserved
View text version
© 2010 SlideShare Inc. All rights reserved.
No comments yet
Post a comment