Top "Prototypejs" questions

Prototype is a JavaScript Framework that extends built-in classes to ease JS development.

D3.js tipsy tooltips

Is D3.js able to supprt tipsy tooltip? Can someone show me an example if possible. thanks.

javascript prototypejs protovis d3.js tipsy
Keep div inside view port or arbitrary div on scrolling

I'm trying to find a scriptaculous script (or create one) which keeps a vertical navigation bar "sticky" inside my viewport. …

javascript css prototypejs scriptaculous
Why does jQuery seem to discourage the use of regular OOP?

We recently built a web app using Prototype, making a fair amount of use of its Class.Create() functionality. Right …

jquery oop prototypejs
Writing OO Javascript with jQuery

I come from a Prototype JS background where OO Javascript is encouraged through the use of Class.create(). Now I …

javascript jquery oop design-patterns prototypejs
Prototype equivalent for jQuery closest function

Is there any equivalent in Prototype for the jQuery closest function? http://api.jquery.com/closest/ thanks

javascript prototypejs