Inactive Tutor answered 04/04/20
Tutor
New to Wyzant
You'll need to put an id attribute on an HTML tag that contains one of the carousels, such as:
<div id="carousel1">...</div>
Then you can select that carousel using one of the following:
$('#carousel1')
jQuery('#carousel1')