/ Published in: JavaScript
Expand |
Embed | Plain Text
var $myBox = $('#test'); /*the variable myHTML is equal to the content's of '#test'*/ var myHTML = $myBox.html();
You need to login to post a comment.
var $myBox = $('#test'); /*the variable myHTML is equal to the content's of '#test'*/ var myHTML = $myBox.html();
You need to login to post a comment.