/ Published in: JavaScript
Expand |
Embed | Plain Text
/* Javascript */ $("p#text").html("hello"); /* HTML */ <p id = "text">abcdefg</p> /* Result */ hello
You need to login to post a comment.
kermit71 on 07/08/06
9 people have marked this snippet as a favorite
jonbaer
jkochis
mary
bartekk
francisre
vali29
arnold
seanpowell
aegony
/* Javascript */ $("p#text").html("hello"); /* HTML */ <p id = "text">abcdefg</p> /* Result */ hello
You need to login to post a comment.