Add a custom event, variationWrapShown, fired after the variation slide down is complete.
This commit is contained in:
parent
21f9723479
commit
0e79d68765
|
@ -359,7 +359,7 @@ jQuery(document).ready(function($) {
|
||||||
$(link).attr('href', o_link);
|
$(link).attr('href', o_link);
|
||||||
}
|
}
|
||||||
|
|
||||||
$('.single_variation_wrap').slideDown('200');
|
$('.single_variation_wrap').slideDown('200').trigger('variationWrapShown');
|
||||||
}
|
}
|
||||||
|
|
||||||
//when one of attributes is changed - check everything to show only valid options
|
//when one of attributes is changed - check everything to show only valid options
|
||||||
|
|
Loading…
Reference in New Issue