As I was developing the latest course, Tic-Tac-Toe using jQuery, one of the things that had to be accomplished was to iterate through an array. It is an easy process but I thought it would be useful to go through the code.
Getting a User's Location (Longitude and Latitude) Using jQuery
How to Retrieve JSON Data Using jQuery
How to use jQuery to Delete a Table Row with Animation
In this lesson I will show you how to delete a table row using jQuery. We will also highlight the row and animate the deletion. This is a really nice little script it follows on from the previous tutorial How to Add and Remove a Class using jQuery.