A Delicious jQuery Slider – Choco-Slider
4
Nov
// php the_time('Y') ?>
Choco-Slider is a lightweight (~7kb) and flexible jQuery image slider plugin with good-looking effects.
It requires a set of images wrapped with an element (like a div) and uses the alt tags to display information about the slides.
The plugin has various customization options including the dimensions, auto-slide on/off, delays between transitions, prev-next controls on/off and much more.
Choco-Slider has 3 custom animation types and it works with all popular browsers (including IE6).
Requirements: jQuery
Compatibility: All Major Browsers
Website: http://chocoslider.alandawi.com.ar/index_en.html
Download: http://code.google.com/p/choco-slider/downloads/list
Compatibility: All Major Browsers
Website: http://chocoslider.alandawi.com.ar/index_en.html
Download: http://code.google.com/p/choco-slider/downloads/list
- Tags:
Javascript
- Filed under: Gallery, Goodies, MIT License
- 14 Comments












14 Responses for "A Delicious jQuery Slider – Choco-Slider"
Hi!
The description sounds great! Unfortunately, the site is offline, and you can not download the script.
This plugin has been removed from the linked website due to license issues, as can be seen at: http://chocoslider.alandawi.com.ar/
See the website of the project:
“Choco – slider has been momentarily removed because of licence issues. A new version will be released soon, without any problems. It’s strictly forbidden to distribute Choco – Slider ‘s source code that has been downloaded before”
Hmmm…
“Choco – slider has been momentarily removed because of licence issues. A new version will be released soon, without any problems. It’s strictly forbidden to distribute Choco – Slider ‘s source code that has been downloaded before “
The link does not work.
Hello, I am currently doing a new version of Choco-Slider. Soon the site will be running again, sorry!
Link in post ( http://chocoslider.alandawi.com.ar/index_en.html ) <- 404 Not Found
The Choco-Slider is now UP!
Hi Everyone!
I download this plugin and install http://www.smbdir.com
It works great but the auto play function does not work. Hav you got a solution to start changing the slides wehen page downloaded?
Thanks
Adam
Sorry I found the solution. You have to use auto: false option
Adam you are the man!
I couldn’t figure out why the auto play function wasn’t working and it was becoming so frustrating. I’m not quite sure why auto:false would make it work (seems like it should be auto:true, which is what it says in the instructions) but that did the trick. Thanks for your help.
Also, in the instructions it seems that the syntax is a little off. The instructions say…
$(window).load(function() {
$(‘#slider’).chocoslider();
});
but it should be…
$(window).load(function() {
$(‘#slider’).chocoslider({
auto:false,});
});
Other than those few minor problems it seems to work and look great. Thanks again.
Hello. I downloaded the choco-slider, and followed the instructions perfectly. I’ve even tried Kevin’s adjustment to load the script.
All of my images are on top of one another, however, and there is no slider function.
I’m not a javascript expert, but I do know to rename img to images for my directory structure, and to ensure controlls.gif has the proper href. But other than that, I can’t figure out what’s wrong. I’d love to use it, I think it’s a great thing to have, but I just cannot get it to function properly. Any help would be truly appreciated!
Jason
@Jason,
It sounds like the plugint file is not loaded correctly.
Make sure that it is URL is right (and also make sure that jQuery is loaded ok too).
THANK YOU KEVIN!!!!! i have been dealing w/ that for two days and it was in the closing!!!