Please help, tell me how can I select the .day element after .active (in this case 31, but the days change), I find all the necessary .day elements but I can’t select the right one because it is not a brother of .active. Tried
.find('td.day').nextAll('.active').eq(1).click();
but this does not work