PATH:
home
/
letacommog
/
supportleta
/
wp-content
/
themes
/
salient
/
nectar
/
options
/
fields
/
checkbox_hide_all
jQuery(document).ready(function(){ setTimeout(checkCustomFonts,180); function checkCustomFonts(){ jQuery('.redux-opts-checkbox-hide-all').each(function(){ if(!jQuery(this).is(':checked')){ jQuery(this).closest('table').nextAll('table').css({'opacity': 0.25}); } }); } jQuery('body').on('click','.redux-opts-checkbox-hide-all',function(){ if(!jQuery(this).is(':checked')){ jQuery(this).closest('table').nextAll('table').stop().animate({'opacity': 0.25}); } else { jQuery(this).closest('table').nextAll('table').stop().animate({'opacity': 1}); } }); });
[+]
..
[-] desktop.ini
[edit]
[-] field_checkbox_hide_all.js
[edit]
[-] field_checkbox_hide_all.php
[edit]