Tagged Questions
5
votes
2answers
2k views
/*@cc_on and IE6 detection
When researching JavaScript conditional comments for IE, I stumbled upon @cc_on. This seems to work. However, the wikipedia entry on conditional comments provides the following code for more robust ...