Dynamic Sorting for the Music DB

I did some JavaScript yesterday that enables you to sort the Music DB dynamically. What does this mean? Well, previously, if you sorted, it sorted the entire database. Now, if you sort, it will only sort your search results. 😮

For example, if you search the Music DB for “Nine Inch Nails” in the top search box, you’ll get a list of all the songs by Nine Inch Nails that are in the DB. The trick here is that now you can sort by any of the columns by hitting the sort arrows and it will sort only what you see on the page. You could sort by the rating I gave the songs, length, alphabetically by name, artist, genre. Enjoy, that JScript took 4 to 5 hours to make.

Also, Quelog be da mad playa! 😛

This entry was posted in Miscellaneous. Bookmark the permalink.

Leave a Reply