ok this seems to work (with slide or slid), now for the right
transition
$('#myCarousel').on('slid', function () {
// do something…
test();
})
function test() {
alert("End slide");
}
On 25 mrt, 21:02, 123gotoandplay <[email protected]> wrote:
> Hi,
>
> Any js code example for the event slide? Like to use it for a callback
> function which triggers another div to slide?
