Downloads
Keep the project alive, donate!
Release notes:
Modifications and fixes since 1.0
1.0.1:
Bug fix: Fixed crossfade for IE6 + IE7 (didn't accept position:absolute, unless there's a top:0 and left:0 with it).
1.0.2:
Change in docs: Fixed some links that were wrong in index.html.
1.0.3:
Bug fix: Fixed last slide not loading if using ajax and continuous.
Change in Javascript: when CustomLinks fade away, their children doesn't anymore.
Change in docs: now using Jquery Address 1.2.2 in demo instead of 1.1 (no change of code. ).
1.0.4:
Bug fix: Fixed beforeAniFunc not executing on a "continuous clone".
Change in docs: Added captions demo.
Added feature: Made the script change "position" to "relative" if fade is enabled (and the position is it's default value ("static")).
Change in Javascript: The html of the previous button is now positioned before the html of the next button.
1.0.5:
Change in docs: Added link to http://plugins.jquery.com/project/SudoSlider in the "Docs" tap in index.html, that's now the official way to report a bug.
Added feature: Added a "destroy" action.
1.0.6:
Bug fix: Fixed customLinks and first/last buttons fading out when continuous:true.
The 'destroy' action now also removes all click bindings on the customLinks.
1.0.7:
Bug fix: Fixed content visible (that shouldn't be it) in IE6 and IE7. (Bug introduced in 1.0.4)
1.0.8:
Bug fix: Fixed preloadAjax breaking the script.
Change in docs: Added a automatic thumbnail generation demo.
Change in Javascript: Controls are now generated before ajax-documents are loaded. Fixing potential problems with imgAjaxFunction and docAjaxFunction (if they were to manipulate the controls).
Bug fix: Changed the image detection, to fix a bug.
1.0.9:
Bug fix: Continous would make the slider show "white-space" when sliding to the left of the first slide. Fixed it by removing an "overflow:hidden" (introduced in 1.0.1).
Bug fix: Changed the image detection again, because IE (i hate IE) didn't like the previous version.
1.0.10:
Bug fix: Customlinks didn't work in Firefox. Now, after running: $("#slider").sudoSlider('[action]'); the slider will no longer return the jQuery object.