<ul class="bjqs video">
What is the right way of being able to include and select both classes from the html into the jquery below as at moment it is only including one class:
jQuery(document).ready(function($) {
$('#banner-video_<?php echo $key; ?>').bjqs({
animtype:'slide'
});
});
$key?