I have appended a textbox to a div area. However I want it to goto a new line in that div after it does that, so my for
loop prints a column of textboxes instead of a row.
I tried this:
<div id="timearea"> </div>
var br = '<br/>';
br.appendTo("#timearea");
However this does not work. What would the code be?
') – mplungjan Jul 14 '11 at 19:29