Submit
Path:
~
/
home
/
getwphos
/
public_html
/
nyspoolsli
/
wp-content
/
plugins
/
poolix-plugin
/
assets
/
js
/
File Content:
layout-control.js
(function($){ "user strict"; $( window ).on( 'elementor:init', function() { var LayoutControl = elementor.modules.controls.BaseData.extend( { onReady: function() { var self = this; var options = this.ui.radio; options.each(function(key, value){ $(value).on("click", function(){ options.each(function(key2, value2){ if($(value2).parent().hasClass("selected")){ $(value2).parent().removeClass("selected"); } }); $(this).parent().addClass("selected"); }); }); }, saveValue: function() { var self = this; var options = this.ui.radio; $.each(options, function(key, value){ if($(value).is(':checked')){ self.setValue( $(value).val() ); } }); }, onBeforeDestroy: function() { this.saveValue(); } } ); elementor.addControlView( 'elementor-layout-control', LayoutControl ); } ); }(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