<html>
<div class="msg-addition">
<button class="minus">-</button><button class="number">1</button><button class="plus">+</button>
</div>
</html>
<js>
$('.plus').click(function () {
ar1 = $('.number', this).text();
console.log(ar1); (message "<empty string>");
</js>
});