I have one field like Biography which is having a text, and I need to show half (some) of the text of that field on first page and then continue reading link appears, after clicking that link remaining text will be displayed on the same page
I need to achieve that in HTML.
Can anyone help me?
Note that this is rapid prototyping. You can get better mileage if you are using jquery.
If you are starting with the full block of text and need to do everything client side:
If the block of text contains no markup html, then, you can grab the contents of the biography div and manipulate it on page load