Doc type support for jquery
Hi,
When i am using the following doc type in my aspx page,
<!
DOCTYPE
html
PUBLIC
"-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
The jquery is working fine(jquery for giving sliding effect to a div)
But when i use
<!
DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">, the jquery is not working.
Is there any specific doc type to be used with the jquery functions.Will the html 3.2 doc type support jquery?
Pls help me
Thanks,
Priya