02.06.2015 Views

Bootstrap Tutorial

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

slide.bs.carousel<br />

This event fires immediately<br />

when the slide instance method<br />

is invoked..<br />

$('#identifier').on('slide.bs.carousel',<br />

function () {<br />

// do something…<br />

})<br />

slid.bs.carousel<br />

This event is fired when the<br />

carousel has completed its slide<br />

transition.<br />

$('#identifier').on('slid.bs.carousel',<br />

function () {<br />

// do something…<br />

})<br />

EXAMPLE<br />

The following example demonstrates the usage of events:<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

<br />

&lsaquo;<br />

&rsaquo;<br />

<br />

<br />

$(function(){<br />

$('#myCarousel').on('slide.bs.carousel', function () {<br />

alert("This event fires immediately when the slide instance method"<br />

+"is invoked.");<br />

});<br />

});<br />

<br />

TUTORIALS POINT<br />

Simply Easy Learning

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!