Thursday, 22 August 2013

Getting value from textbox and show it in the table with jquery

Getting value from textbox and show it in the table with jquery

I want to get value of textbox and when i click the button i want to show
that value in a table. Rows of my table will be values of textbox. I will
get values from textbox and show all values in a table. How can i do it ?
Id of button is; "createQuestion"
<input type="text" name="questionName " id="questionName" class="span3"/>

No comments:

Post a Comment