Animated Underlines with jQuery

Adds a subtle fade effect to a link underline.

Example:

Syntax:

        $('.underline-example').find('li > a').underline({
            color: '#E4DBCF', // underline color (default black)
            width: 2,         // underline thickness (default 1)
            duration: 250     // animation speed (default 500)
        });

Source: Stylesheet and Javascript.