Hackfut Security File Manager
Current Path:
/home/haielekt/pasangac.com/wp-content/plugins/chaty/src/components
home
/
haielekt
/
pasangac.com
/
wp-content
/
plugins
/
chaty
/
src
/
components
/
📁
..
📄
active-widget.js
(736 B)
📄
collapse.js
(658 B)
📄
customizer-button.js
(629 B)
📄
hide-popup.js
(394 B)
📄
rule-button.js
(415 B)
📄
save-button.js
(1.42 KB)
📄
settings-button.js
(531 B)
📄
widget-size.js
(513 B)
Editing: collapse.js
const $ = window.jQuery; export default function collapse() { const $buttons = $('.chaty-targeted-collapse'); $buttons.on('click', function( ev ){ ev.preventDefault(); const id = this.dataset.target; const $target = $(`#${id}`); const $element = $(this); $target.slideToggle(300, function() { if( $target.is(':hidden') ){ $element.find('svg').css('transform', 'rotate(0deg)'); } else { $element.find('svg').css('transform', 'rotate(90deg)'); } } ) }) }
Upload File
Create Folder