whoami7 - Manager
:
/
home
/
analuakl
/
bents.in
/
wp-content
/
themes
/
medizin
/
elementor
/
assets
/
js
/
widgets
/
Upload File:
files >> /home/analuakl/bents.in/wp-content/themes/medizin/elementor/assets/js/widgets/widget-accordion.js
( function( $ ) { 'use strict'; var MedizinAccordionHandler = function( $scope, $ ) { var $element = $scope.find( '.medizin-accordion' ); var settings = $scope.data( 'settings' ); // Do it only on front-end. if ( settings && '1' === settings.active_first_item ) { $element.children( '.accordion-section:first-child' ).children( '.accordion-content' ).css( 'display', 'block' ); } $element.on( 'click', '.accordion-header', function( e ) { e = e || window.event; e.preventDefault(); e.stopPropagation(); var section = $( this ).parent( '.accordion-section' ); if ( section.hasClass( 'active' ) ) { section.removeClass( 'active' ); section.children( '.accordion-content' ).slideUp( 300 ); } else { var parent = $( this ).parents( '.medizin-accordion' ).first(); if ( ! parent.data( 'multi-open' ) ) { parent.children( '.active' ) .removeClass( 'active' ) .children( '.accordion-content' ) .slideUp( 300 ); } section.addClass( 'active' ); section.children( '.accordion-content' ).slideDown( 300 ); } } ); }; $( window ).on( 'elementor/frontend/init', function() { elementorFrontend.hooks.addAction( 'frontend/element_ready/tm-accordion.default', MedizinAccordionHandler ); } ); } )( jQuery );
Copyright ©2021 || Defacer Indonesia