An ISO 9001 Certified Company

Other Machine

>
>
Other Machine

Showing all 9 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'); })