if ($('.your-element-selector').length) { // Add the class to the element $('#comp-luse2smi .swiper-wrapper .swiper-slide').addClass('hide_div'); } else { console.log('Element not found.'); }