Extra commision column now split into 3 , and tooltip added

This commit is contained in:
Nedim Uka
2018-12-04 10:24:50 +01:00
parent 89080780ed
commit 4f057b8338
5 changed files with 184 additions and 42 deletions

View File

@@ -1,5 +1,15 @@
jQuery(document).ready(function ($) {
$( document.body ).on( 'init_tooltips', function() {
$( '.woocommerce-help-tip' ).tipTip( {
'attribute': 'data-tip',
'fadeIn': 50,
'fadeOut': 50,
'delay': 200,
'defaultPosition': 'top'
} );
} ).trigger( 'init_tooltips' );
$('#tabs').each(function() {
var disabled = $( this ).data('disabled') || '';