你可以用 > & position selectors .
>
$( "select" ).on( "change", function( event ) { $('.toolbar-wrapper > div > div:nth-child(2)').html(event.target.value); });
Fiddle !