| Server IP : 60.247.133.247 / Your IP : 216.73.217.108 Web Server : Apache System : Linux ebs-119054 5.10.0-14-amd64 #1 SMP Debian 5.10.113-1 (2022-04-29) x86_64 User : goodwill ( 65985) PHP Version : 8.2.20 Disable Function : link,symlink,passthru,exec,system,shell_exec,proc_open,popen,pcntl_exec,socket_bind,stream_socket_server,pcntl_fork,pcntl_rfork MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /home/wwwroot/goodwill/wwwroot/wp-content/plugins/Ultimate_VC_Addons/admin/js/ |
Upload File : |
jQuery(document).ready(function() {
//alert('hi');
//console.log(this.model.get("params"));
/*jQuery("body").on("click",".vc_control-btn-edit",function(){
//var element = jQuery(this).parents('.vc_element:first');
//var model_id = jQuery(element).data('model-id');
//console(model_id);
});*/
jQuery("body").on("click",".vc_panel-btn-save",function(){
var data = jQuery(this).parent().parent();
var dp=data.find(".wpb_edit_form_elements").data('title');//console.log(dp);
if(dp=='Edit Dual Button'){
jQuery(".ult_main_dualbtn").each(function() {
console.log('1');
var t=jQuery(".ult_dual1").css({"height","100px"});
//console.log(t);
});
}
});
});