Adding data dynamically to a html page
        Posted  
        
            by Hulk
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Hulk
        
        
        
        Published on 2010-03-12T11:31:22Z
        Indexed on 
            2010/03/12
            11:37 UTC
        
        
        Read the original article
        Hit count: 255
        
In a htmlpage using jquery or javascript how can the following be achieved?
User types in a question in a textarea and press on enter button ,then the same question should be displayed dynamically in the page below the textarea and the user can enter as many questions.
And when the user is done the page is submitted through a submit button
Can u please give a small hint of how this can be done..
Thanks..
© Stack Overflow or respective owner