Instead of adding the prev/next buttons directly within the html, I append it using jquery after the page loads. However, this makes the click event for the prev/next buttons not work, since they are not there initially. How can I update carousel.js to make the click events "live", ie work even when the links are added later?
Thanks in advance!
