%PDF- %PDF-
Direktori : /home/tradesc/www/relax/wp-content/plugins/profile-builder/assets/js/ |
Current File : /home/tradesc/www/relax/wp-content/plugins/profile-builder/assets/js/select-user-to-edit.js |
jQuery(document).ready(function(){ if ( jQuery('#select_user_to_edit_form').length > 0 ) wppb_select_user_to_edit_initialize(); }) /** * Handle "Select User To Edit" Field (Edit Profile Form) * * */ function wppb_select_user_to_edit_initialize() { jQuery("select").filter(function() { if ( this.id.startsWith( "wppb-" ) && this.id.endsWith( "user-to-edit" ) ) { return this; } }).on("change", function () { window.location.href = jQuery(this).val(); }); jQuery(function(){ jQuery("select").filter(function() { if ( this.id.startsWith( "wppb-" ) && this.id.endsWith( "user-to-edit" ) ) { return this; } }).select2().on("select2:open", function(){ if( jQuery(".wppb-user-to-edit").parents( ".overlay-container" ).length ){ jQuery(".wppb-user-to-edit").data("select2").dropdown.$dropdownContainer.css( "z-index", "99999999" ); } }); }) }