
Jennifer H. answered 04/04/20
Tutor
5
(65)
Professional web developer
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')