Try with
<input type="text" id="test" value="a" />
instead of
<input type="text" id="test" value="a" ></input>
you have written it like a textarea..
0
solved How to get the value of text box in query?
Try with
<input type="text" id="test" value="a" />
instead of
<input type="text" id="test" value="a" ></input>
you have written it like a textarea..
0
solved How to get the value of text box in query?