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? Quote Link to comment 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 } Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.