/ Published in: jQuery
Will populate #contentDiv with whatever is in the variable "content". Uses .html()
Expand |
Embed | Plain Text
content = "<h1>HTML CONTENT HERE</h1>"; $("#contentDiv").html(content);
You need to login to post a comment.
