I want to add an extra class to the current visible slide, i dont have so much knowledge of jquery i'm trying it by following code.
$(document).ready(function(){
$('#slider1').bxSlider({
pager: 'true'
});
$(currentSlide).addClass('active-slide');
return false;
});