what JS or DOM/browser versions support a particular function or property
If I am not sure if a function is available for which JS versions, for example, *disable()*; or, which DOM/browser version support property *disabled *- where do I look for these kind of information? Thanks
|