File ManagerCurrent Directory: wp-content/plugins/profile-builder/add-ons-free/labels-edit/assets/jsLinux appserver-0d5e4f1e-php-cc8da225320a42ba9b7d66cba40b1f03 6.6.123+ #1 SMP PREEMPT_DYNAMIC Wed Mar 11 09:04:28 UTC 2026 x86_64Edit File: init.js jQuery( document ).ready( function() { wppb_le_chosen(); wppb_le_select_option(); wppb_le_textarea_option(); } ); function wppb_le_chosen() { jQuery( ".chosen-select, .mb-select" ).chosen( { disable_search_threshold: 5, no_results_text: "Nothing found!", width: "80%", search_contains: true } ); } function wppb_le_select_option() { jQuery( document ).on( 'change', '#pble-label', function() { wppb_le_description( jQuery( this ) ); } ); } function wppb_le_description( $this ) { if( $this.val() == "" ) { $this.siblings( '.description' ).text( "Here you will see the default label so you can copy it." ); } else { $this.siblings( '.description' ).text( $this.val() ); } } function wppb_le_textarea_option() { jQuery( document ).on( 'change', '.wck-add-form #pble-label', function() { wppb_le_textarea( jQuery( this ) ); } ); } function wppb_le_textarea( $this ) { jQuery( '.wck-add-form .mb-textarea' ).text( $this.val() ); } function wppb_le_delete_all_fields(event, delete_all_button_id, nonce) { event.preventDefault(); $deleteButton = jQuery('#' + delete_all_button_id); var response = confirm( "Are you sure you want to delete all items?" ); if( response == true ) { $tableParent = $deleteButton.parents('table'); var meta = $tableParent.attr('id').replace('container_', ''); var post_id = parseInt( $tableParent.attr('post') ); $tableParent.parent().css({'opacity':'0.4', 'position':'relative'}).append('<div id="mb-ajax-loading"></div>'); jQuery.post( ajaxurl, { action: "pble_delete_all_fields", meta: meta, id: post_id, _ajax_nonce: nonce }, function(response) { /* refresh the list */ jQuery.post( wppbWckAjaxurl, { action: "wck_refresh_list"+meta, meta: meta, id: post_id}, function(response) { jQuery('#container_'+meta).replaceWith(response); $tableParent = jQuery('#container_'+meta); $tableParent.find('tbody td').css('width', function(){ return jQuery(this).width() }); mb_sortable_elements(); $tableParent.parent().css('opacity','1'); jQuery('#mb-ajax-loading').remove(); }); }); } } Upload File Directory Listing NameTypeSizeActions.. (Parent Directory)Dirinit.jsFile2.28 KB Rename | Delete | Edit