[code language=”javascript”]
jQuery.fn.outerHTML = function() {
return (this[0]) ? this[0].outerHTML : ”;
};
[/code]
http://stackoverflow.com/questions/3614212/jquery-get-html-of-a-whole-element
[code language=”javascript”]
jQuery.fn.outerHTML = function() {
return (this[0]) ? this[0].outerHTML : ”;
};
[/code]
http://stackoverflow.com/questions/3614212/jquery-get-html-of-a-whole-element
0 people found this article useful
0 people found this article useful