DOJO is a rapid development toolkit for web oriented software on desktop and mobile and internet applications without using the browser’s inbuilt graphics technology created by Alex Russell , Dylan , David , and others in 2004. The jQuery is a JavaScript library created by John Resig in 2006. It is fast and light weight library. The DOJO provides us many more customizing options but it is a heavy and bulky toolkit but the JQuery is a fast and JQuery light library. The DOJO requires a higher bandwidth because it is heavy but not for JQuery . Right now, DOJO toolkit is not having well documented and tutorials. Due to this developers are facing so many difficulties to get in-depth for web development. The DOJO functionality looks like, //The DOJO Global Objects and functions looks like, dojo //The DOM Ready looks like, dojo .ready ( function () { }); //DOJO Id Selector looks like, dojo.byId( "selector-ids" ) //DOJO Class Select...