Add a custom event, variationWrapShown, fired after the variation slide down is complete.

This commit is contained in:
lucasstark 2011-11-28 12:07:40 -05:00
parent 21f9723479
commit 0e79d68765
1 changed files with 1 additions and 1 deletions

View File

@ -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