A Simple Content Slider

The page with additional jQuery functions, such as slideFirst(), slideLast(), slideTo(x). These functions are bind with onclick event of buttons and anchor tags. For using slideTo(x) function, x should be one less than what you want show. For example, if you want to show 4th li element call, slideTo(3);

Slide to 2th element Slide to 4th element Slide to 6th element