RobinTibbs Posted February 3, 2007 Share Posted February 3, 2007 is there a definitive method for detecting the javascript version or is it a matter of finding a list of what browsers support which js version? Link to comment https://forums.phpfreaks.com/topic/36917-detecting-javascript-version/ Share on other sites More sharing options...
mainewoods Posted February 4, 2007 Share Posted February 4, 2007 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 } Link to comment https://forums.phpfreaks.com/topic/36917-detecting-javascript-version/#findComment-176492 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.