Created by: futpib
I was trying to do something like this
$(window)
.off('load.bs.carousel.data-api')
.on('load.bs.carousel.data-api', function () {
// something custom
});
And it did not work because the 'load'
event was bound without usual bootstrap carousel data-API namespaces.