Extension lead with our male plug on one end and our female plug on the other.
jQuery(document).ready(function($) {
// Hide all rows
$( ‘.sku-field-variable’ ).css( ‘display’, ‘none’ );
$( ‘.mpn-field-variable’ ).css( ‘display’, ‘none’ );
$( ‘.gtin-field-variable’ ).css( ‘display’, ‘none’ );
// Change
$( ‘input.variation_id’ ).change( function() {
// Hide all rows
$( ‘.sku-field-variable’ ).css( ‘display’, ‘none’ );
$( ‘.mpn-field-variable’ ).css( ‘display’, ‘none’ );
$( ‘.gtin-field-variable’ ).css( ‘display’, ‘none’ );
if( $( ‘input.variation_id’ ).val() != ” ) {
var var_id = $( ‘input.variation_id’ ).val();
// Display current
$( ‘.sku-field-variable-‘ + var_id ).css( ‘display’, ‘table-row’ );
$( ‘.mpn-field-variable-‘ + var_id ).css( ‘display’, ‘table-row’ );
$( ‘.gtin-field-variable-‘ + var_id ).css( ‘display’, ‘table-row’ ); }
});
});
Brand | FPV-Power |
---|---|
SKU | 181920099 |
MPN | 10305 |
GTIN | |
SKU | 181930099 |
MPN | 10306 |
GTIN | |
SKU | 181940099 |
MPN | 10307 |
GTIN |
Reviews
There are no reviews yet.