$('select.tabs-nav').change(function() { var active = $(this).val(); $('.tab-content').hide(); $('.tab-content'+active).show(); }); |
we are an nyc design studio specializing in ux design, branding, web design, and wordpress for complex organizations
$('select.tabs-nav').change(function() { var active = $(this).val(); $('.tab-content').hide(); $('.tab-content'+active).show(); }); |