Test1
Small business owners are pressed for time and resources and generally wear more
hats than one head should have to bear. As a result, much needed information about
768) {
jQuery(".accordion-content").show();
jQuery(".accordion-icon").show();
small_screen = false;
} else {
jQuery(".accordion-content").hide();
jQuery(".accordion-icon").show();
small_screen = true;
jQuery('.accordion h3').each(function(index, el) {
// console.log(index);
if(index<0){
jQuery(this).find( ".accordion-icon" ).removeClass('glyphicon-plus').addClass('glyphicon-minus');
//jQuery(this).next().slideDown('normal');
// jQuery(this).data("slided", true);
}else{
jQuery(this).find( ".accordion-icon" ).addClass('glyphicon-plus').removeClass('glyphicon-minus');
//jQuery(this).next().slideUp('fast');
//jQuery(this).data("slided", false);
}
});
// jQuery( "