How to get a webpage as plain text without any html using javascript?
- by Amr ElGarhy
i am trying to find a way using javascript or jquery to write a function which remove all the html tags from a page and just give me the plain text of this page.
How this can be done? any ideas?