PATH:
home
/
lab2454c
/
equitablegold.com
/
wp-content
/
plugins
/
membership-for-woocommerce
/
admin
/
js
jQuery(document).ready( function($) { /*if device is mobile*/ if (/Android|webOS|iPhone|iPad|iPod|BlackBerry|IEMobile|Opera Mini/i.test(navigator.userAgent)) { jQuery('body').addClass( 'mobile-device' ); } var deactivate_url = ''; // Add Select2. jQuery( '.on-boarding-select2' ).select2({ placeholder : 'Select All Suitable Options...', }); // On click of deactivate. if( 'plugins.php' == wps_onboarding.current_screen ) { // Add Deactivation id to all deactivation links. embed_id_to_deactivation_urls(); add_deactivate_slugs_callback( wps_onboarding.current_supported_slug ); jQuery( document ).on( 'change','.on-boarding-radio-field' ,function(e){ e.preventDefault(); if ( 'other' == jQuery( this ).attr( 'id' ) ) { jQuery( '#deactivation-reason-text' ).removeClass( 'wps-keep-hidden' ); } else { jQuery( '#deactivation-reason-text' ).addClass( 'wps-keep-hidden' ); } }); } else { // Show Popup after 1 second of entering into the WPS pagescreen. if ( jQuery( '#show-counter' ).length > 0 && jQuery( '#show-counter' ).val() == 'not-sent' ) { setTimeout( wps_show_onboard_popup(), 1000 ); } } /* Close Button Click */ jQuery( document ).on( 'click','.wps-on-boarding-close-btn a',function(e){ e.preventDefault(); wps_hide_onboard_popup(); }); /* Skip and deactivate. */ jQuery( document ).on( 'click','.wps-deactivation-no_thanks',function(e){ window.location.replace( deactivate_url ); wps_hide_onboard_popup(); }); /* Skip For a day. */ jQuery( document ).on( 'click','.wps-on-boarding-no_thanks',function(e){ jQuery.ajax({ type: 'post', dataType: 'json', url: wps_onboarding.ajaxurl, data: { nonce : wps_onboarding.auth_nonce, action: 'skip_onboarding_popup' , }, success: function( msg ){ wps_hide_onboard_popup(); } }); }); /* Submitting Form */ jQuery( document ).on( 'submit','form.wps-on-boarding-form',function(e){ e.preventDefault(); var form_data = JSON.stringify( jQuery( 'form.wps-on-boarding-form' ).serializeArray() ); jQuery.ajax({ type: 'post', dataType: 'json', url: wps_onboarding.ajaxurl, data: { nonce : wps_onboarding.auth_nonce, action: 'send_onboarding_data' , form_data: form_data, }, success: function( msg ){ if( 'plugins.php' == wps_onboarding.current_screen ) { window.location.replace( deactivate_url ); } wps_hide_onboard_popup(); } }); }); /* Open Popup */ function wps_show_onboard_popup() { jQuery( '.wps-onboarding-section' ).show(); jQuery( '.wps-on-boarding-wrapper-background' ).addClass( 'onboard-popup-show' ); if( ! jQuery( 'body' ).hasClass( 'mobile-device' ) ) { jQuery( 'body' ).addClass( 'wps-on-boarding-wrapper-control' ); } } /* Close Popup */ function wps_hide_onboard_popup() { jQuery( '.wps-on-boarding-wrapper-background' ).removeClass( 'onboard-popup-show' ); jQuery( '.wps-onboarding-section' ).hide(); if( ! jQuery( 'body' ).hasClass( 'mobile-device' ) ) { jQuery( 'body' ).removeClass( 'wps-on-boarding-wrapper-control' ); } } /* Apply deactivate in all the WPS plugins. */ function add_deactivate_slugs_callback( all_slugs ) { for ( var i = all_slugs.length - 1; i >= 0; i-- ) { jQuery( document ).on( 'click', '#deactivate-' + all_slugs[i] ,function(e){ e.preventDefault(); deactivate_url = jQuery( this ).attr( 'href' ); plugin_name = jQuery( this ).attr( 'aria-label' ); plugin_name = plugin_name.replace( 'Deactivate ', '' ); jQuery( '#plugin-name' ).val( plugin_name ); jQuery( '.wps-on-boarding-heading' ).text( plugin_name + ' Feedback' ); var placeholder = jQuery( '#deactivation-reason-text' ).attr( 'placeholder' ); jQuery( '#deactivation-reason-text' ).attr( 'placeholder', placeholder.replace( '{plugin-name}', plugin_name ) ); wps_show_onboard_popup(); }); } } /* Add deactivate id in all the plugins links. */ function embed_id_to_deactivation_urls() { jQuery( 'a' ).each(function(){ if ( 'Deactivate' == jQuery(this).text() || 0 < jQuery(this).attr( 'href' ).search( 'action=deactivate' ) ) { if( 'undefined' == typeof jQuery(this).attr( 'id' ) ) { var slug = jQuery(this).closest( 'tr' ).attr( 'data-slug' ); jQuery(this).attr( 'id', 'deactivate-' + slug ); } } }); } // End of scripts. });
[-] select2.min.js
[edit]
[+]
..
[-] wp-swings-onboarding-admin.js
[edit]
[-] wps_membership_for_woo_add_new_plan_script.js
[edit]
[-] membership-for-woocommerce-admin.js
[edit]
[-] sweet-alert2.js
[edit]
[-] membership-for-woo-member-admin.js
[edit]
[-] membership-for-woocommerce-product-edit-admin.js
[edit]
[-] wps-admin.min.js
[edit]
[-] wps-admin.js
[edit]
[-] membership-for-woocommerce-registration.js
[edit]