change body color when slider change when first item is active

Table of Contents

Use the carousel callback function to change body color when slider change

$('#demo').on('slide.bs.carousel', function (e) {
  if(!e.to){
    //set body bgcolor
  }else{
    //remove body bgcolor
  }
});

Leave a Comment

Your email address will not be published. Required fields are marked *

No data found.