D7net
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
ltfsolutionsco
/
www
/
wp-content
/
plugins
/
wp-fastest-cache
/
js
/
Filename :
dialog.js
back
Copy
var Wpfc_Dialog = { id : "", buttons: [], dialog: function(id, buttons){ var self = this; self.id = id; self.buttons = buttons; jQuery("#" + id).show(); jQuery("#" + id).draggable({ stop: function(){ jQuery(this).height("auto"); } }); jQuery("#" + id).position({my: "center", at: "center", of: window}); jQuery(".close-wiz").click(function(e){ jQuery(e.target).closest("div[id^='wpfc-modal-']").remove(); }); self.show_buttons(); }, remove: function(clone_modal_id){ if(typeof clone_modal_id != "undefined"){ jQuery("#" + clone_modal_id).remove(); }else{ var self = this; jQuery("#" + self.id).remove(); } }, show_buttons: function(){ var self = this; if(typeof self.buttons != "undefined"){ jQuery.each(self.buttons, function( index, value ) { jQuery("#" + self.id + " button[action='" + index + "']").show(); jQuery("#" + self.id + " button[action='" + index + "']").click(function(e){ if(index == "close"){ jQuery(e.target).closest("div[id^='wpfc-modal-']").remove(); }else{ value(); } }); }); } } };
Name
Size
Last Modified
Owner
Permissions
Actions
cdn
Dir
February 03 2024 2:10:15
ltfsolutionsco
0755
button.js
2.142
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
column.js
1.378
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
db.js
3.643
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
dialog.js
1.091
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
dialog_new.js
6.668
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
index.html
0.018
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
language.js
1.632
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
schedule.js
1.885
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
toolbar.js
3.432
KB
February 03 2024 2:10:15
ltfsolutionsco
0644
2017 © D7net | D704T team