can you explain to me the difference betwee开发者_运维知识库n Ajax and Dojo?
Ajax is the technology (Asynchronous Javascript And XML (actually it's often JSON, HTML, Plaintext instead of XML)) and Dojo is a JavaScript framework like Mootools, JQuery, Prototype.
You really do not want to use Ajax without a framework as it'll require much more code and make your code less readable.
精彩评论