[jQuery] Re: image tag xhtml validate

2008-12-27 Thread Ricardo Tomasi
If your document is XHTML, $('body').append('') will give you a properly closed tag, do you have an example where that doesn't happen? All manipulation on jQuery's side happens via the available DOM methods, from that point on the browser itself handles creating/altering/moving of elements. On D

[jQuery] Re: image tag xhtml validate

2008-12-26 Thread Saledan
Maybe i don't understand well.. but .. sure it's html anyway, and the browser render it without issue, but i mean that the tag closure in xhtml stardard is different and in this way you don't follow the standard.. thank you Max On 26 Dic, 02:55, Klaus Hartl wrote: > Well, as long as you serve

[jQuery] Re: image tag xhtml validate

2008-12-25 Thread Klaus Hartl
Well, as long as you serve your so called XHTML as text/html it is HTML anyway, thus no need to worry about a thing. --Klaus On 25 Dez., 18:48, Saledan wrote: > Hi, > just a question about xhtml validation. > I have an xhtml page and it has been validate. > Now i add with .append some image, i