-
function getFragmentHTML( documentFragment ) {
var div = content.document.createElement("div") ;
div.appendChild( documentFragment ) ;
return div.innerHTML ;
}
The Links for 2009-05-12 article by Aral Balkan, unless otherwise expressly stated, is licensed under a Creative Commons Attribution-Noncommercial 2.0 UK: England License.
Add Your Comment