I have a cshtml code like this
<span class="p1">
Breaking India: Western Interventions in Dravidian and Dalit Faultlines is a book written by Rajiv Malhotra and Aravindan Neelakandan which argues that India's integrity is being undermined
<button class="More">..Show More</button>
</span>
When the button inside the span is pressed, it will show all the characters. If we press it again, 100 characters will appear. How can I do it?