hi,

is there any explication why this row won't work:
$("[EMAIL PROTECTED]'testinput']").append("<p>test</p>");
(accually it changes source like it had to do, but browser won't show
any changes)

and this works:
$("[EMAIL PROTECTED]'testinput']").val("test");

input html is something like that <input name="testinput">

Reply via email to