• File: taxonomy.js
  • Full Path: /home/chassiw/www/wp-content/plugins/meta-box/js/taxonomy.js
  • File size: 257 bytes
  • MIME-type: text/plain
  • Charset: utf-8
( function ( $, rwmb ) {
	'use strict';

	function toggleAddInput( e ) {
		e.preventDefault();
		this.nextElementSibling.classList.toggle( 'rwmb-hidden' );
	}

	rwmb.$document.on( 'click', '.rwmb-taxonomy-add-button', toggleAddInput );
} )( jQuery, rwmb );