SO-52386471

by David Thomas

HTML

<template id="templateContent">
  <div class="panel-wrap panel-wrap-itinerary">
    <label></label>
    <select id="selectjs"></select>
  </div>
</template>

JavaScript

let template = document.querySelector('#templateContent'),
    select = template.content.querySelector('select');
console.log(select);