|
|
От: | Tomahawk | |
| Дата: | 09.07.07 16:15 | ||
| Оценка: | |||
$("<input id='textBox' type='text'/>" +
"<input id='textBox' type='text'/>" +
"<input id='textBox' type='text'/>").insertAfter("#something");
$("#textBox")[0].val("one");
$("#textBox")[1].val("two");
$("#textBox")[2].val("three");