I\'m creating an HTML editor, similar to this one I\'m typing in right now with the output below. I\'m using an iframe and dumping the $htmlTextBox.val() into the body of th
Followup:
HTML
jQuery
setTimeout(function() { var $head = $("#message").contents().find("head"); $head.append($("", { rel: "stylesheet", href: url, type: "text/css" } )); }, 1);