Bibliothèque

TwitterFacebook
Get flash to fully experience Pearltrees
New lightweight kernel Dojo 1.7 is the largest update to the Dojo toolkit since Dojo 1.0. We’ve completely refactored Dojo around a lightweight modular kernel with minimal base dependencies , while retaining with older Dojo versions. Designed to grow with your project and organization http://dojotoolkit.org/

Unbeatable JavaScript Tools - The Dojo Toolkit

http://mootools.net/

MooTools - a compact javascript framework

MooTools code respects strict standards and doesn't throw any warnings. It's extensively documented and has meaningful variable names: a joy to browse and a snap to understand.
http://www.6ma.fr/tuto/mootools+jours+jour+1+introduction-458 A partir de là, vous pouvez utiliser l'une ou l'autre des méthodes. J'appellerai souvent des fonctions dans l'évènement domready à l'intérieur des balises script, mais je placerai les fonctions dans un fichier JavaScript externe. Description de la librairie

Mootools en 30 jours : jour 1 - Introduction

Raphaël—JavaScript Library

http://raphaeljs.com/ // Creates canvas 320 × 200 at 10, 50 var paper = Raphael( 10 , 50 , 320 , 200 ); // Creates circle at x = 50, y = 40, with radius 10 var circle = paper.circle( 50 , 40 , 10 ); // Sets the fill attribute of the circle to red (#f00) circle.attr( "fill" , "#f00" ); // Sets the stroke attribute of the circle to white circle.attr( "stroke" , "#fff" );

gRaphaël—Charting JavaScript Library

What is it? gRaphaël’s goal is to help you create stunning charts on your website. It is based on Raphaël graphics library. http://g.raphaeljs.com/
http://jquery.com/

jQuery - The Write Less, Do More, JavaScript Library

Congratulations! You just ran a snippet of jQuery code. Wasn't that easy?
http://documentcloud.github.com/backbone/# Backbone.js gives structure to web applications by providing models with key-value binding and custom events, collections with a rich API of enumerable functions, views with declarative event handling, and connects it all to your existing API over a RESTful JSON interface. The project is hosted on GitHub , and the annotated source code is available, as well as an online test suite , an example application , a list of tutorials and a long list of real-world projects that use Backbone.

Backbone.js

Last week, we tagged the first stable release of 1.7, marking the end of a far-too-long release cycle. We've made more than 50 improvements since the last stable version and are already working on 1.7.0.1. http://www.prototypejs.org/

Prototype JavaScript framework: Easy Ajax and DOM manipulation f

http://www.liquidx.net/canvasgraphjs/ Canvas Graph is a small simple javascript library that allows you to conveniently plot simple line, bar and pie charts using the new HTML Canvas Tag. The motivation for this work is to allow simple graph plotting in Javascript without resorting to anything but your web browser.

CanvasGraph.js : Graphing in Javascript | liquidx