can't hover over textbutton code example
Example: Show text when hover over button
Use title in order to display your message:
<button class="addMore" title="click here">+</button>
Use title in order to display your message:
<button class="addMore" title="click here">+</button>