From the course: Design the Web: Creating a Sortable Table

About the exercise files

- [Voiceover] The exercise files for this course are available to all members, and include an html file, along with two folders. Now the html file consists of a listing of other episodes of the Design The Web series, containing each episode's title, main subject, duration, and release date. It's this table that we'll make sortable, based on these pieces of information. The images folder contains a series of web graphics used in the table and in the page header, and the assets folder contains a copy of jQuery, a copy of the free tablesorter plugin, written by Chris Bach, a CSS file, and a blank JavaScript file. The CSS file contains all of the rules necessary to style the page and the table that we were just looking at. And we'll be adding a few more rules later in the course in order to style some of the classes that will be dynamically injected by the tablesorter plugin. And finally, the JavaScript file, named design_the_web.js, is blank I created this file and named it so we'd all have a properly formatted text file to begin writing our script. So once you've downloaded the files, let's continue on, and make this table sortable.

Contents