On Jul 18, 9:40 am, son <sco0...@yahoo.com> wrote:
> Thank you Rob.
>
> I can't remember what make me use the XHTML doctype, I thought I had
> some problem with running some jquery stuff, but not sure.
>
> what is the ideal doctype the will work well with JQuery?

jQuery is irrelevant, the best (and only) DOCTYPE to use on the web is
HTML 4.01 strict. You may use others for specific purposes, but they
are not suitable for a general web site.

The vast majority if web sites using an XHTML DOCTYPE are served as
HTML because about 70% of web users are using IE, which does not
understand XHTML.

<URL: http://hixie.ch/advocacy/xhtml >


--
Rob

Reply via email to