Root Zanli
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
home
/
o5t6x7pgljbm
/
www
/
wp-content
/
plugins
/
antispam-bee
/
js
/
Filename :
scripts.js
back
Copy
jQuery( document ).ready( function( $ ) { function ab_flag_spam() { var $$ = $( '#ab_flag_spam' ), nextAll = $$.parent( 'li' ).nextAll( '.ab_flag_spam_child' ); nextAll.css( 'display', ( $$.is( ':checked' ) ? 'list-item' : 'none' ) ); } $( '#ab_flag_spam' ).on( 'change', ab_flag_spam ); ab_flag_spam(); } );