Currently, I have implemented a bootstrap 4 carousel with 11 slides that are functioning as intended. I now have another div (#div-info) where I would like to display specific text and images based on the active carousel slide. For example, when slide 2 is active, I want to display text as SLIDE 2 and fixed images related to slide 2 in the div (#div-info). As the carousel transitions to the next slide (slide 3), I want different text and images to be displayed in the div (#div-info).
Although I have looked into the "slide.bs.carousel" event, I have not been able to find a suitable solution. Any assistance would be greatly appreciated. I am relatively new to JavaScript and jQuery, but I am committed to trying my best to follow any instructions provided.