芝麻web文件管理V1.00
编辑当前文件:/var/www/cognitio.in/wp-content/plugins/Ultimate_VC_Addons/admin/js/jquery_creative_link.js
jQuery( document ).ready( function () { jQuery( 'body' ).on( 'click', '.ui-tabs-anchor', function () { const c = jQuery( this ).closest( 'div.vc_row ' ).data( 'title' ); 'Edit Creative Link' == c && ( jQuery( '.vc_col-xs-5' ) .children() .not( '.vc_checkbox' ) .css( 'display', 'none' ), jQuery( '.vc_border' ) .children() .not( '.vc_padding' ) .css( 'display', 'none' ), jQuery( '.vc_padding' ).css( 'margin', '0px' ) ); } ); } );