jQuery check doctype

Posted by Happy on Stack Overflow See other posts from Stack Overflow or by Happy
Published on 2010-06-15T08:59:53Z Indexed on 2010/06/15 9:02 UTC
Read the original article Hit count: 218

Filed under:
|
If doctype is <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
    // do something
else 
    // do something

How to?

Thanks.

© Stack Overflow or respective owner

Related posts about jQuery

Related posts about doctype