Блин, не знаю почему но у меня не получается
Вот моя конструкция из кода странице до значения Города:
<select id="edit-field-city-tid" name="field_city_tid" class="form-select with-style"><option value="All" selected="selected">- Все -</option><option value="2285" class="option-parent group-города tid-2285 depth-0">Города</option>
пробовал вот так:
(function(){
document.querySelector('option.option-parent').disabled = true
})(jQuery);
и просто:
document.querySelector('option.option-parent').disabled = true
все равно не срабатывает...