Advanced jQuery Anything Slider

I was recently asked by a client to create a bespoke jQuery plugin slider. Fortunately for me the guys over at CSS tricks had already created a very good platform on which to start. The anything slider is a powerful jQuery slider which enables users to create slides from just about anything you can imagine. Images, text and lists are all facilitated. My modifications are freely available to download and try out in the demo.
Usage
For the complete guide to using the anything slider I would recommend checking out the CSS Tricks article as all the core functionality has remained the same.
Advanced Features
The anything slider is now capable of auto generating thumbnails based on the image passed into the <li> slide. as long as a class of “photo” is applied to the image. In the event that you do not have an image in the slide, you can now pass in a default parameter for a thumbnail that you would like to display like so:
defaultThumb: 'images/kitchens/9.jpg'
The slider controls have also been modified so that the arrows will browse through all the available slides, only 5 slides will appear on screen at a time meaning that you can have unlimited slides without having any display issues.
Demo
You can check out the modified slider demo in action. I have tested this plugin on FF, Safari and IE browsers and had no issues. One of the really great aspects about this plugin is the fallback mode when you disable javascript, it has been really well thought out by Chris Coyier so you wont fall victim to inaccessible content. Please feel free to download my modified version and try it out for yourself!













January 17th, 2010
Do you have an idea how to simply append a small text without the index number?
« Reply
February 1st, 2010
Is there a way to have more than only 5 items in the navigation menu?
« Reply
July 20th, 2010
I’m trying to customize this slider, however, I can not get my navigation buttons to appear correctly in Firefox. Could you give me some advice? Also for some reason I have “><" appearing before my slide images. I can not find anywhere in the code where this is. Any help would be very appreciated! Thank you. By the way great slider.
« Reply
philipbeel Reply:
July 20th, 2010 at 8:42 am
@Jason, You can adjust the styling in the [#thumbNav a] of slider.css In the example this just holds an image, so the padding etc will need to be modified to suit your purposes. Good luck.
« Reply