Create New Item
Item Type
File
Folder
Item Name
Search file in folder and subfolders...
Are you sure want to rename?
subception
/
product-grid
/
admin
:
admin.js
Advanced Search
Upload
New Item
Settings
Back
Back Up
Advanced Editor
Save
jQuery(document).ready(function ($) { var tfhf_hide_rule_field = function() { var selected = jQuery('#tfhf_template_type').val() || 'none'; jQuery( '.tfhf-options-table' ).removeClass().addClass( 'tfhf-options-table widefat tfhf-selected-template-type-' + selected ); } jQuery(document).on( 'change', '#tfhf_template_type', function( e ) { tfhf_hide_rule_field(); }); tfhf_hide_rule_field(); });