PATH:
home
/
letacommog
/
aperobusiness
/
wp-content
/
themes
/
deep
/
inc
/
core
/
admin
/
meta-box
/
meta-box-core
/
js
jQuery( function ( $ ) { function update() { var $this = $( this ), $children = $this.closest( 'li' ).children( 'ul' ); if ( $this.is( ':checked' ) ) { $children.removeClass( 'hidden' ); } else { $children .addClass( 'hidden' ) .find( 'input' ) .removeAttr( 'checked' ); } } $( '.rwmb-input' ) .on( 'change', '.rwmb-input-list.collapse :checkbox', update ) .on( 'clone', '.rwmb-input-list.collapse :checkbox', update ); $( '.rwmb-input-list.collapse :checkbox' ).each( update ); $( '.rwmb-input-list-select-all-none' ).toggle( function () { $( this ).parent().siblings( '.rwmb-input-list' ).find( 'input' ).prop( 'checked', true ); }, function () { $( this ).parent().siblings( '.rwmb-input-list' ).find( 'input' ).prop( 'checked', false ); } ); } );
[+]
..
[-] select-advanced.js
[edit]
[-] file-upload.js
[edit]
[-] media.js
[edit]
[-] datetime.js
[edit]
[-] image-advanced.js
[edit]
[+]
wp-color-picker-alpha
[+]
jqueryui
[-] map-frontend.js
[edit]
[-] color.js
[edit]
[+]
select2
[-] wysiwyg.js
[edit]
[-] input-list.js
[edit]
[-] slider.js
[edit]
[-] osm.js
[edit]
[-] map.js
[edit]
[-] oembed.js
[edit]
[-] validate.js
[edit]
[-] file.js
[edit]
[-] osm-frontend.js
[edit]
[-] image-upload.js
[edit]
[-] range.js
[edit]
[-] image-select.js
[edit]
[-] select-tree.js
[edit]
[-] file-input.js
[edit]
[-] clone.js
[edit]
[-] video.js
[edit]
[-] select.js
[edit]
[-] autocomplete.js
[edit]
[-] autosave.js
[edit]
[+]
jquery-validation
[-] time.js
[edit]
[-] date.js
[edit]
[-] button-group.js
[edit]