| Current Path : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/assets/js/admin/ |
| Current File : /var/www/html/cibahia.sumar.com.py/wp-content/plugins/peepso/assets/js/admin/config-network.js |
jQuery( function( $ ) {
var $sse = $( 'input[name=sse]' ),
$fields = $sse.closest( '.form-group' ).nextAll( '.form-group' );
$sse.on( 'click', function() {
this.checked ? $fields.show() : $fields.hide();
} );
$sse.triggerHandler( 'click' );
} );