A very robust jQuery-based slider plugin. Need to link to a specific slide? No problem. Like a choice of themes? Got it. Need callbacks for when specific slider actions happen? Sure. Need custom tab names? You got it. Need more than one slider per page? Easy.
- Having problems with installing or getting the plugin to work? Ask your question in the CSS-Tricks forums or on StackOverflow.
- Find a bug or have an enhancement request? Submit it here
Download the full repo for a full set of all the cool stuff AnythingSlider can do.
- More themes - AnythingSlider-Themes
- Fx bookmarklet - AnythingSlider-FX-Builder
CMS plugins/mods
- Wordpress plugin - AnythingSlider-for-WordPress
- Movable Type plugin - mt-plugin-anythingslider
- Joomla 2.5 mod - mod_anythingslider
- Core: Prevent JS error when panel doesn't exist. Fixes issue #659.
- Video: Use https for YouTube api calls. Fixes issue #648.
- Demos: Use https for external files. Fixes issue #646.
- Dynamic video extension
- Prevent reinitializing the video more than once.
- Allow dynamically adding & removing videos; call
.anythingSliderVideo()
to update. - Add dynamic demo to video page.
- All thanks to christian-seifert in pull #604!
- Force vimeo iframe to use
https
to prevent iframe communication issues. Fixes issue #645.