$element.html is a shorthand for element.innerHTML and you're looking for element.outerHTML which is unfortunately doesn't supported by Gecko. Try googling it, it will perfectly suit your needs (actual element's HTML + inner elements' HTML). -- Piotr Petrus http://riddle.pl
- [jQuery] Re: selected html include the selector tag? Piotr Petrus

