We Recommend

Pro JavaScript Techniques Pro JavaScript Techniques
Pro JavaScript Techniques is the ultimate JavaScript book for the modern web developer. It provides everything you need to know about modern JavaScript, and shows what JavaScript can do for your web sites. This book doesn't waste any time looking at things you already know, like basic syntax and structures.


Posted By

cczona on 03/25/08


Tagged

javascript ie browser


Versions (?)


Who likes this?

1 person has marked this snippet as a favorite

joomla


IE sniffer using conditional compilation


Published in: JavaScript 


URL: http://dean.edwards.name/weblog/2007/03/sniff/

Note that the comment is part of the code here. IE 5+ (including Mac) will evaluate to true by using conditional compilation.

  1. var isMSIE = /*@cc_on!@*/false;

Report this snippet 

You need to login to post a comment.