Replace Colors with the Replace Color Tool in Firework
by Unknown in javascript , jquery 0
You can use this code:
With Jquery
$("head")
//for example:
alert($("head").html());
var headContent = document.getElementsByTagName("head")[0].innerHTML;
iconv("UTF-8", "UTF-16", $text)
- In other way, mbstring supports UTF-16, so you can use mb_convert_encoding.
<div id="content"> <h1>Headline</h1> <p>First paragraph that needs to be yellow.</p> <p>Second paragraph that need not change. :) </p> <p>Third paragraph that need not change. :) </p> </div>