Submit
Path:
~
/
home
/
getwphos
/
public_html
/
nyspoolsli
/
wp-content
/
plugins
/
poolix-plugin
/
assets
/
js
/
File Content:
faqs-tab.js
(function($) { "use strict"; var faqs_carousel_js = function($scope, $) { //Accordion Box if($('.accordion-box').length){ $(".accordion-box").on('click', '.acc-btn', function() { var outerBox = $(this).parents('.accordion-box'); var target = $(this).parents('.accordion'); if($(this).hasClass('active')!==true){ $(outerBox).find('.accordion .acc-btn').removeClass('active'); } if ($(this).next('.acc-content').is(':visible')){ return false; }else{ $(this).addClass('active'); $(outerBox).children('.accordion').removeClass('active-block'); $(outerBox).find('.accordion').children('.acc-content').slideUp(300); target.addClass('active-block'); $(this).next('.acc-content').slideDown(300); } }); } }; $(window).on('elementor/frontend/init', function () { elementorFrontend.hooks.addAction('frontend/element_ready/poolix_faqs.default', faqs_carousel_js); }); })(window.jQuery);
Edit
Rename
Chmod
Delete
FILE
FOLDER
Name
Size
Permission
Action
_notes
---
0755
banner-carousel.js
843 bytes
0644
cs-counter.js
944 bytes
0644
faqs-tab.js
997 bytes
0644
gallery-tab.js
1747 bytes
0644
layout-control.js
1300 bytes
0644
pricing-tab.js
933 bytes
0644
N4ST4R_ID | Naxtarrr