Как взять тоткласс у каторва класс div-а selectize-input и у дива есть элемент с county_phone_code-selectized id?
<div class="selectize-input items has-options full has-items" style="border: 2px solid green;">
<div data-value="AM">
<span style="margin-top:5px" class="flag flag-AM"></span> +374
</div>
<input type="text" autocomplete="off" tabindex="" id="county_phone_code-selectized" style="width: 4px; opacity: 0; position: absolute; left: -10000px;">
</div>
<div class="selectize-input items has-options full has-items" style="border: 2px solid green;">
<input type="text" autocomplete="off" tabindex="" id="phone_number-selectized" style="width: 4px; opacity: 0; position: absolute; left: -10000px;">
</div>