PATH:
home
/
letacommog
/
www
/
wp-content
/
themes
/
salient
/
nectar
/
options
/
fields
/
checkbox_hide_below
jQuery(document).ready(function(){ jQuery('.redux-opts-checkbox-hide-below').each(function(){ var amount = jQuery(this).data('amount'); if(!jQuery(this).is(':checked')){ jQuery(this).closest('tr').nextAll('tr').slice(0,amount).hide(); } }); jQuery('.redux-opts-checkbox-hide-below').click(function(){ var amount = jQuery(this).data('amount'); jQuery(this).closest('tr').nextAll('tr').slice(0,amount).fadeToggle('slow'); }); });
[+]
..
[-] field_checkbox_hide_below.php
[edit]
[-] field_checkbox_hide_below.js
[edit]