Reversed Ordered List with jQuery
There are times where it would be nice to have an ordered list reversed with the first number being the greatest and counting down. One way to do that is by adding a value attribute to each item, but that can create a hassle if you add points in later. This article will show you how to use jQuery to create a reversed ordered list easily.


