PATH:
home
/
lab2454c
/
archfort.com
/
wp-content
/
plugins
/
wp-user-frontend
/
assets
/
js
jQuery(function($) { // Collapsable email settings field group = [ '.email-setting', '.guest-email-setting', '.reset-email-setting', '.confirmation-email-setting', '.subscription-setting', '.admin-new-user-email', '.pending-user-email', '.denied-user-email', '.approved-user-email', '.approved-post-email' ] group.forEach(function(header, index) { $(header).addClass("heading"); $(header+"-option").addClass("hide"); $("#wpuf_mails "+header).click(function() { $(header+"-option").toggleClass("hide"); }); }) // Checked layout radio input field after clicking image $(".wpuf-form-layouts li").click(function() { $(this.children[0]).attr("checked", "checked"); $(".wpuf-form-layouts li").removeClass('active'); $(this).toggleClass('active'); }); // Clear schedule lock $('#wpuf_clear_schedule_lock').on('click', function(e) { e.preventDefault(); var post_id = $(this).attr('data'); $.ajax({ url: wpuf_admin_script.ajaxurl, type: 'POST', data: { 'action' : 'wpuf_clear_schedule_lock', 'nonce' : wpuf_admin_script.nonce, 'post_id' : post_id }, success:function(data) { swal({ type: 'success', title: wpuf_admin_script.cleared_schedule_lock, showConfirmButton: false, timer: 1500 }); }, error: function(errorThrown){ console.log(errorThrown); } }); $(this).closest("p").hide(); }); });
[-] jquery.validate.min.js
[edit]
[-] metabox-tabs.js
[edit]
[+]
admin
[-] wpuf-tmc-button.js
[edit]
[-] admin-profile-subs.js
[edit]
[-] wpuf-form-builder-mixins.js
[edit]
[+]
..
[-] wpuf-login-widget.js
[edit]
[-] subscriptions.js
[edit]
[-] jquery-ui-timepicker-addon.js
[edit]
[-] jquery.smallipop-0.4.0.min.js
[edit]
[-] admin-shortcode.js
[edit]
[-] upload.js
[edit]
[+]
jquery-blockui
[-] wpuf-form-builder-components.js
[edit]
[-] conditional.js
[edit]
[-] wpuf-form-builder.js
[edit]
[-] frontend-form.js
[edit]
[-] upload.min.js
[edit]
[+]
selectWPUF
[-] chosen.jquery.js
[edit]
[-] wpuf-form-builder-wpuf-forms.js
[edit]
[-] billing-address.js
[edit]
[-] wpuf-admin-tools.js
[edit]
[-] frontend-form.min.js
[edit]
[-] countries.json
[edit]
[-] wpuf-admin.js
[edit]