| 1 |
"use strict";(function($){"use strict";var script={cache:function cache(){this.vars={};this.els={};this.vars.selector="woo-additional-terms";this.vars.embed="".concat(this.vars.selector,"__link[data-action=\"embed\"]");this.vars.content="".concat(script.vars.selector,"__content");this.vars.openClassName="".concat(this.vars.selector,"__link--open");this.vars.closeClassName="".concat(this.vars.selector,"__link--closed");this.vars.wrapper=".woocommerce-terms-and-conditions-wrapper.".concat(this.vars.selector)},init:function init(){this.cache();this.bindEvents()},bindEvents:function bindEvents(){$(document.body).on("click","a.".concat(this.vars.embed),this.handleEmbedToggle)},handleEmbedToggle:function handleEmbedToggle(event){event.preventDefault();var $this=$(this);var $wrapper=$this.closest(script.vars.wrapper);if(!$wrapper.length){return false}var $content=$wrapper.find("> .".concat(script.vars.content));$content.slideToggle(function(){var isVisible=$content.is(":visible");$this.toggleClass(script.vars.openClassName,isVisible);$this.toggleClass(script.vars.closeClassName,!isVisible)});return false}};script.init()})(jQuery); |