%PDF- %PDF-
Direktori : /proc/1857783/root/var/www/pn/beta/64801_wp-content/plugins/meta-box/js/ |
Current File : //proc/1857783/root/var/www/pn/beta/64801_wp-content/plugins/meta-box/js/select-tree.js |
jQuery( function ( $ ) { 'use strict'; function update() { var $this = $( this ), val = $this.val(), $selected = $this.siblings( "[data-parent-id='" + val + "']" ), $notSelected = $this.parent().find( '.rwmb-select-tree' ).not( $selected ); $selected.removeClass( 'hidden' ); $notSelected .addClass( 'hidden' ) .find( 'select' ) .prop( 'selectedIndex', 0 ); } $( '.rwmb-input' ) .on( 'change', '.rwmb-select-tree select', update ) .on( 'clone', '.rwmb-select-tree select', update ); } );