jquery and textarea

burgutex

New Member
i have this jQuery code:\[code\]$("#text_a").html('<textarea name = "text">".$text_user."</textarea>'); \[/code\]And if I put in textarea text with new line i get this error:\[code\]unterminated string literal\[/code\]I get an error with this text:\[code\]First line...Second line ...\[/code\]
 
Back
Top