Skip to content

CSS-Tricks/AnythingSlider

Repository files navigation

AnythingSlider jQuery Plugin

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

Related Projects

Download the full repo for a full set of all the cool stuff AnythingSlider can do.

CMS plugins/mods

Recent Changes

Version 1.9.7 (12/1/2017)

  • Core: Prevent JS error when panel doesn't exist. Fixes issue #659.

Version 1.9.6 (5/25/2016)

  • Video: Use https for YouTube api calls. Fixes issue #648.
  • Demos: Use https for external files. Fixes issue #646.

Version 1.9.5 (3/4/2016)

  • 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.