[jQuery] input append is not working

[jQuery] input append is not working


hi,
is there any explication why this row won't work:
$("input[@name='testinput']").append("

test

");
(accually it changes source like it had to do, but browser won't show
any changes)
and this works:
$("input[@name='testinput']").val("test");
input html is something like that <input name="testinput">