Jump to content

Detecting javascript version


RobinTibbs

Recommended Posts

Instead of detecting the js version available, it is much better to 'Object detection' coding:

http://www.quirksmode.org/js/support.html

if (document.images) //will return true if  'images' is supported by browser 
{
    do something with the images array
}

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.