Skip to content

Instantly share code, notes, and snippets.

@webgodo
Last active March 30, 2017 08:00
Show Gist options
  • Save webgodo/707aa29b2ec8bbbf9e80c7d0258faafa to your computer and use it in GitHub Desktop.
Save webgodo/707aa29b2ec8bbbf9e80c7d0258faafa to your computer and use it in GitHub Desktop.
Useful javascript libraries' methods & events

Library name: Owl Carousel 2

Library URL: Click to open

Usage:

Can be used to access currently initialized carousel and make it stop (if is playing around).

var owl = $('.carousel-element-selector');
owl.trigger('stop.owl.autoplay');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment