<span class="employeesList">
<div class="hrEmployees"><span class="employeesSection">all categories <span class="pointerDown"> </span></span></div>
</span>
の内部htmlを取得するためにこれを行っていますemployeesSection
$('.employeesList').children(':first-child').next().html();
しかし、それはうまくいきません...私が何をしているのかわからない