Javascript Libraries The Big Picture 20285
Javascript Libraries The Big Picture 20285
dojo.crypto dojo.reflect
dojo.date dojo.rpc
dojo.dnd dojo.storage
dojo.dom dojo.string
dojo.event dojo.style
dojo.io dojo.undo
dojo.lang dojo.uri
dojo.lfx dojo.widget
dojo.logging dojo.xml
http://www.flickr.com/photos/aprillynn77/8818200/
dijit
• The Dojo widget system
• Create widgets programmatically, or use
declarative markup
<div dojoType="dijit.TitlePane"
label="Terms and Conditions"
width="200">
Text...
</div>
The future today
animation dragdrop
utilities
YAHOO.util.Event.on(window, 'load', function() {
var div = YAHOO.util.Dom.get('messages');
if (!div) {
return;
}
setTimeout(function() {
var anim = new YAHOO.util.Anim(div, {
height: {to: 0},
opacity: {to: 0}
}, 0.4);
anim.animate();
anim.onComplete.subscribe(function() {
div.parentNode.removeChild(div);
});
}, 2000);
});
Download
Get the latest version—1.5.1
Learn
Prototype is a JavaScript Framework that aims to Online documentation and resources.
ease development of dynamic web applications.
Featuring a unique, easy-to-use toolkit for class-driven Discuss
development and the nicest Ajax library around, Prototype Mailing list and IRC
is quickly becoming the codebase of choice for web
application developers everywhere.
Contribute
Prototype and Script.aculo.us
Prototype and script.aculo.us: The "Bungee
book" has landed!
Submit patches and report bugs.
http://www.flickr.com/photos/petele/407151800/
http://www.flickr.com/photos/adactio/464449077/
http://www.flickr.com/photos/thepartycow/62830567/
http://www.flickr.com/photos/lunchtimemama/97685471/