[2.4] Start variations tiptip for .help_tip elements, closes #9151
This commit is contained in:
parent
ad80f2188b
commit
ec2fdcc2d4
|
@ -109,7 +109,7 @@ jQuery( function( $ ) {
|
||||||
// Init TipTip
|
// Init TipTip
|
||||||
$( '#tiptip_holder' ).removeAttr( 'style' );
|
$( '#tiptip_holder' ).removeAttr( 'style' );
|
||||||
$( '#tiptip_arrow' ).removeAttr( 'style' );
|
$( '#tiptip_arrow' ).removeAttr( 'style' );
|
||||||
$( '.woocommerce_variations .tips', wrapper ).tipTip({
|
$( '.woocommerce_variations .tips, .woocommerce_variations .help_tip', wrapper ).tipTip({
|
||||||
'attribute': 'data-tip',
|
'attribute': 'data-tip',
|
||||||
'fadeIn': 50,
|
'fadeIn': 50,
|
||||||
'fadeOut': 50,
|
'fadeOut': 50,
|
||||||
|
|
File diff suppressed because one or more lines are too long
Loading…
Reference in New Issue