Tutorials
jQueryThere are times, though, when we either don't want to wait for server responses when sorting, or don't have a server-side scripting language available to us. A viable alternative in this case is to perform the sorting entirely on the browser using JavaScript client-side scripting.
For example, suppose we have a table listing books, along with their authors, release dates, and prices:
We'd like to turn the table headers into buttons that sort by their respective columns. Let us look into ways of doing this.
Next Page: Row Grouping Tags