jcadima
6/18/2015 - 2:58 PM

Find a Class , remove it and replace with some other class Name

Find a Class , remove it and replace with some other class Name

jQuery.noConflict();

jQuery(document).ready(function() {
  
  jQuery('.owl-wrapper .owl-item .col-lg-4').removeClass('col-lg-4').addClass('col-lg-12');
  
});  // end ready()