jQuery( document ).ready(function( $ ) { $('.calendar_wrap').each(function() { $(this).find('table').addClass('table table-striped'); }); $('iframe').addClass('embed-responsive-item'); $('iframe').wrap('
'); });