$('.our-approach__row:first').addClass('active');
$('.our-approach__content').hide();
$('.our-approach__content:first').show();
$('.our-approach__row').click(function () {
$('.our-approach__row').removeClass('active');
$(this).addClass('active');
$('.our-approach__content').hide();
var activeTab = $(this).find('a').attr('href');
$(activeTab).fadeIn(700);
return false;
});
Preview:
downloadDownload PNG
downloadDownload JPEG
downloadDownload SVG
Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!
Click to optimize width for Twitter