Priority File Manager
Base Directory:
/home/lvabrwqv/public_html/wp-content
/home/lvabrwqv/public_html
/home/lvabrwqv
/home
/var/www
/var/www/cgi-bin
/var/www/html
wp-content
/
plugins
/
gravityforms
/
js
/home/lvabrwqv/public_html/wp-content/plugins/gravityforms/js
Name
Type
Size
Actions
📁
..
Folder
-
Delete
Rename
📄
chosen.jquery.min.js
File
29121
Delete
Rename
Edit
Download
📁
components
Folder
-
Delete
Rename
📄
conditional_logic.js
File
24939
Delete
Rename
Edit
Download
📄
conditional_logic.min.js
File
9819
Delete
Rename
Edit
Download
📄
datepicker-legacy.js
File
1565
Delete
Rename
Edit
Download
📄
datepicker-legacy.min.js
File
959
Delete
Rename
Edit
Download
📄
datepicker.js
File
6913
Delete
Rename
Edit
Download
📄
datepicker.min.js
File
2995
Delete
Rename
Edit
Download
📄
duplicate-submissions.js
File
3217
Delete
Rename
Edit
Download
📄
duplicate-submissions.min.js
File
903
Delete
Rename
Edit
Download
📄
form_admin.js
File
66106
Delete
Rename
Edit
Download
📄
form_admin.min.js
File
34185
Delete
Rename
Edit
Download
📄
form_editor.js
File
172745
Delete
Rename
Edit
Download
📄
form_editor.min.js
File
110165
Delete
Rename
Edit
Download
📄
forms.js
File
1933
Delete
Rename
Edit
Download
📄
forms.min.js
File
1036
Delete
Rename
Edit
Download
📄
gf_field_filter.js
File
12634
Delete
Rename
Edit
Download
📄
gf_field_filter.min.js
File
5894
Delete
Rename
Edit
Download
📄
gforms_hooks.js
File
4101
Delete
Rename
Edit
Download
📄
gforms_hooks.min.js
File
2139
Delete
Rename
Edit
Download
📄
gravityforms.js
File
108690
Delete
Rename
Edit
Download
📄
gravityforms.min.js
File
45287
Delete
Rename
Edit
Download
📄
index.php
File
27
Delete
Rename
Edit
Download
📄
jquery.json-1.3.js
File
4884
Delete
Rename
Edit
Download
📄
jquery.json-1.3.min.js
File
1720
Delete
Rename
Edit
Download
📄
jquery.json.js
File
5256
Delete
Rename
Edit
Download
📄
jquery.json.min.js
File
1823
Delete
Rename
Edit
Download
📄
jquery.maskedinput-1.3.1.min.js
File
4412
Delete
Rename
Edit
Download
📄
jquery.maskedinput.js
File
10652
Delete
Rename
Edit
Download
📄
jquery.maskedinput.min.js
File
4159
Delete
Rename
Edit
Download
📄
jquery.textareaCounter.plugin.js
File
6235
Delete
Rename
Edit
Download
📄
jquery.textareaCounter.plugin.min.js
File
1933
Delete
Rename
Edit
Download
📄
layout_editor.js
File
40731
Delete
Rename
Edit
Download
📄
layout_editor.min.js
File
12978
Delete
Rename
Edit
Download
📄
page_conditional_logic.js
File
5409
Delete
Rename
Edit
Download
📄
page_conditional_logic.min.js
File
2396
Delete
Rename
Edit
Download
📄
placeholders.jquery.min.js
File
4639
Delete
Rename
Edit
Download
📄
plugin_settings.js
File
1877
Delete
Rename
Edit
Download
📄
plugin_settings.min.js
File
1173
Delete
Rename
Edit
Download
📄
preview.js
File
2269
Delete
Rename
Edit
Download
📄
preview.min.js
File
1468
Delete
Rename
Edit
Download
📄
shortcode-ui.js
File
26346
Delete
Rename
Edit
Download
📄
shortcode-ui.min.js
File
10910
Delete
Rename
Edit
Download
📄
skip.js
File
127
Delete
Rename
Edit
Download
📄
skip.min.js
File
55
Delete
Rename
Edit
Download
📄
tooltip_init.js
File
2433
Delete
Rename
Edit
Download
📄
tooltip_init.min.js
File
1356
Delete
Rename
Edit
Download
📁
vendor
Folder
-
Delete
Rename
Upload
Create Folder
📝 Editing:
preview.js
Size: 2,269 bytes
Lines: 70
Type: .js
💾 Save
Cancel
✕
jQuery( document ).ready(function() { // toggle the helper classes that show the form structure jQuery( '.toggle_helpers input[type=checkbox]' ).prop( 'checked',false ); jQuery('#showgrid').on( 'click', function(){ if(jQuery(this).is(":checked")) { jQuery('#preview_form_container').addClass("showgrid"); } else { jQuery('#preview_form_container').removeClass("showgrid"); } }); jQuery('#showme').on( 'click', function(){ if(jQuery(this).is(":checked")) { jQuery('.gform_wrapper form').addClass("gf_showme"); jQuery('#helper_legend_container').css("display", "inline-block"); } else { jQuery('.gform_wrapper form').removeClass("gf_showme"); jQuery('#helper_legend_container').css("display", "none"); } }); // dismiss the alerts and set a cookie if (GetCookie("dismissed-notifications")) { jQuery(GetCookie("dismissed-notifications")).hide(); } jQuery(".hidenotice").on( 'click', function () { var alertId = jQuery(this).closest(".preview_notice").attr("id"); var dismissedNotifications = GetCookie("dismissed-notifications") + ",#" + alertId; jQuery(this).closest(".preview_notice").slideToggle('slow'); SetCookie("dismissed-notifications",dismissedNotifications.replace('null,','')) }); // Create the cookie function SetCookie(sName, sValue) { document.cookie = sName + "=" + escape(sValue); // Expires the cookie after a month var date = new Date(); date.setMonth(date.getMonth()+1); document.cookie += ("; expires=" + date.toUTCString()); } // Retrieve the value of the cookie. function GetCookie(sName) { var aCookie = document.cookie.split("; "); for (var i=0; i < aCookie.length; i++) { var aCrumb = aCookie[i].split("="); if (sName == aCrumb[0]) return unescape(aCrumb[1]); } return null; } // display the current viewport size jQuery('#browser_size_info').text('Viewport ( Width : ' + jQuery(window).width() + 'px , Height :' + jQuery(window).height() + 'px )'); jQuery(window).on( 'resize', function () { jQuery('#browser_size_info').text('Viewport ( Width : ' + jQuery(window).width() + 'px , Height :' + jQuery(window).height() + 'px )'); }); });
✅ File saved successfully!