How to insert additional text using jquery or javascript
        Posted  
        
            by Alvin
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Alvin
        
        
        
        Published on 2010-06-12T10:12:35Z
        Indexed on 
            2010/06/12
            10:23 UTC
        
        
        Read the original article
        Hit count: 233
        
JavaScript
|jQuery
I want to know is it possible to insert additional text in HTML elements using jquery or javascript?
If there is already a text "Down" in paragraph elements, then I just want to append text "full", so that it would be "Down full". Is this possible? Which method should I use?
© Stack Overflow or respective owner