I am attempting to use multiple carousels with a callback function on one page, and for some reason when I click the next button of one carousel, a previous on the same page increments as well as the carousel that contains the next button. After doing some debugging I realized that the both carousels have the same instance of the callback function. Why is this happening?