%PDF- %PDF-
Direktori : /proc/19851/cwd/wp-content/plugins/user-registration/assets/js/ur-components/ |
Current File : //proc/19851/cwd/wp-content/plugins/user-registration/assets/js/ur-components/ur-components.min.js |
/*! * JavaScript Library v1.0.0 * Name: UR_Toggle_Buttons * Author: WPEverest * Versoin: 1.0.0 */ window.ur_create_toggle_buttons=function(t){var e=t.id?t.id:"",s=t.className?t.className:"",i='<div class="user-registration-button-group user-registration-button-group-'+e+" "+s+'">',r=t.buttons&&Array.isArray(t.buttons)?t.buttons:[],a=t.value?t.value:"",o="";return r.forEach(function(t){o=a===t.value?"is-active":"",i+='<button class="button button-tertiary urbg-item urbg-item-'+e+" "+o+'" data-value="'+t.value+'">'+t.text+"</button>"}),i+="</div>"},jQuery(function(t){t(document.body).on("click",".urbg-item",function(){t(this).is(".is-active")||(t(this).siblings().removeClass("is-active"),t(this).addClass("is-active"))}),t(document.body).on("click",".user-registration-card__toggle",function(){t(this).closest(".user-registration-card").find(".user-registration-card__body").toggle()}),t(document.body).on("change",".user-registration-switch",function(){var e=t(this).find(".hide-show-check"),s=!!e.is(":checked");!0===s?(e.prop("checked",s),e.addClass("enabled"),e.closest(".user-registration-switch").find("label").html(ur_components_script_params.card_switch_enabled_text)):(e.prop("checked",s),e.removeClass("enabled"),e.closest(".user-registration-switch").find("label").html(ur_components_script_params.card_switch_disabled_text))})});