How to get a webpage as plain text without any html using javascript?
        Posted  
        
            by Amr ElGarhy
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Amr ElGarhy
        
        
        
        Published on 2010-06-03T14:20:14Z
        Indexed on 
            2010/06/03
            14:24 UTC
        
        
        Read the original article
        Hit count: 198
        
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?
© Stack Overflow or respective owner