I am trying to remove the hyperlink after I click it. (pagination)
I want the hyperlink to be removed but still show the text.
<a href='#'>1</a>
<a href='#'>2</a>
<a href='#'>3</a> //remove the hyperlink but keep number 3.
<a href='#'>4</a>
<a href='#'>5</a>
Thanks for the helps.
1 Answer