Krishna
Krishna

Reputation: 7294

Dojo browser compatibility check?

I am writing the Dojo applications. I want to provide the browser compatibility for Firefox 3.0+, IE 7+. Should I follow any specific techniques to get the browser compatiability?

Upvotes: 0

Views: 2597

Answers (1)

Philippe
Philippe

Reputation: 6828

The list of supported browsers is here : http://dojotoolkit.org/reference-guide/releasenotes/1.7.html.

One of the advantages of using a framework over plain javascript is that it deals with most compatibility issues for you.

Upvotes: 3

Related Questions