Переменная target в Console.log выводит следующее:
<div class="show day active first-date hovering">29</div>
Как из этого счастья получить 29?
Вот так:
var day = target.text();
Ругается следующим:
Uncaught TypeError: target.text is not a function
at HTMLDivElement.<anonymous>