Adding data dynamically to a html page
- by Hulk
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..