Skip to main content

Using prototype.js v1.5.0

Popularity Report

Total Popularity Score: 0

Loading...
Loading...
Loading...
Loading...
Loading...
Loading...

Rank

Related Lists

Bookmark History

Saved by 237 people (-116 private), first by anonymouse user on 2006-03-02


Public Comment

on 2006-07-24 by linnet

Documentation on prototype.js

on 2006-08-01 by hipertracker

Developer Notes for prototype.js

on 2006-08-02 by garyburge

an un-official reference for the objects, classes, functions, and extensions provided by this library.

on 2006-08-04 by olivier

In case you haven't already used it, prototype.js is a JavaScript library written by Sam Stephenson. This amazingly well thought and well written piece of standards-compliant code takes a lot of the burden associated with creating rich, highly interactive

on 2006-08-05 by lukehardiman

protype manual

on 2006-08-10 by worldnagata

prototype.jsとは何か(英語版)

on 2006-09-06 by pnikosis

Documentación de Prototype.js

on 2006-09-14 by apipkorn

Prototype

on 2006-10-24 by etotheix

Developer Notes for prototype.js

on 2006-10-27 by jfmonfort

Liste des functions de prototype

on 2007-12-23 by bluecockatoo

Some prototype v 1.5.0 documentation... somewhat easier to look through than prototype's official documentation.

Public Sticky notes

In case you haven't already used it, prototype.js is a JavaScript library written by Sam Stephenson. This amazingly well thought and well written piece of standards-compliant code takes a lot of the burden associated with creating rich, highly interactive web pages that characterize the Web 2.0 off your back.

Highlighted by techieme

ibrary comes with many predefined obje

Highlighted by wildoats

Another nice thing about this function is that you can pass either the id string or the element object itself, which makes this function very useful when creating other functions that can also take either form of argumen

Highlighted by wildoats

One suggested use is to convert DOM NodeLists into regular arrays, which can be traversed more efficiently.

Highlighted by wildoats

The prototype.js library goes one step furth

Highlighted by wildoats

we move on. Do you s

Highlighted by wildoats

how we can filter out items in arr

Highlighted by wildoats

the iterator funct

Highlighted by wildoats

s the root for other classes in the library.

Highlighted by wildoats

will return an Array object

Highlighted by wildoats

var divs = $('myDiv','myOtherDiv');

Highlighted by wildoats

element id or the element object

Highlighted by wildoats

enumerable Hash objects

Highlighted by wildoats

lot if you consistently separate CSS from the content wireframe

Highlighted by wildoats

findElement(event, tagName)

Highlighted by wildoats

If you tried to use this library recently, you probably noticed that documentation is not one of its strongest points. As many other developers before me, I got my head around prototype.js by reading the source code and experimenting with it. I thought it would be nice to take notes while I learned and share with everybody else.

Highlighted by absolut

Developer Notes for prototype.js

Highlighted by cstrap

In case you haven't already used it, prototype.js is a JavaScript library written by Sam Stephenson. This amazingly well thought and well written piece of standards-compliant code takes a lot of the burden associated with creating rich, highly interactive web pages that characterize the Web 2.0 off your back. If you tried to use this library recently, you probably noticed that documentation is not one of its strongest points. As many other developers before me, I got my head around prototype.js by reading the source code and experimenting with it. I thought it would be nice to take notes while I learned and share with everybody else. I'm also offering an un-official reference for the objects, classes, functions, and extensions provided by this library. As you read the examples and the reference, developers familiar with the Ruby programming language will notice an intentional similarity between Ruby's built-in classes and many of the extensions implemented by this library.

Highlighted by onebabyzebra

select

Highlighted by bluecockatoo