From fb74018ae293588db84c6fbf2f4f07aa4da21c5e Mon Sep 17 00:00:00 2001 From: Jacob Thornton Date: Fri, 24 Feb 2012 21:51:39 -0800 Subject: and pause on hover option to carousel --- docs/javascript.html | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'docs/javascript.html') diff --git a/docs/javascript.html b/docs/javascript.html index 3d0f8ff07..3d99199a7 100644 --- a/docs/javascript.html +++ b/docs/javascript.html @@ -1310,6 +1310,12 @@ $('#myCollapsible').on('hidden', function () { 5000 The amount of time to delay between automatically cycling an item. + + pause + string + "hover" + Pauses the cycling of the carousel on mouseenter and resumes the cycling of the carousel on mouseleave. +

Markup

-- cgit v1.2.3