An ISO 9001 Certified Company

Shop

>
Shop

Showing 1–12 of 29 results

jQuery('.select-option').click(function(){ var option_val = jQuery(this).data('value'); jQuery('.tab-content div').removeClass('show-description'); jQuery('.tab-content div').addClass('hide-description'); jQuery('.'+option_val).removeClass('hide-description'); jQuery('.'+option_val).addClass('show-description'); })