Support disabling hover on events like hover etc. This could possibly be something that is just accessible through a method that enables/disables the auto rotation and is shared with the initialization.
Ok, this isn't natively handled but it can be handled by using hover or hoverIntent or something else to capture click, or other event and call .carousel('auto', 0) or other value to trigger this.
Support disabling hover on events like hover etc. This could possibly be something that is just accessible through a method that enables/disables the auto rotation and is shared with the initialization.