views:

34

answers:

1

Is there a prototype fork that doesn't come with any DOM/ajax parts? I really prefer jQuery for these, and would rather not carry the extra baggage. So far I've been using the excellent JS.Class library, which doesn't even touch built-in classes prototypes. However, I've been outgrowing its capabilities, and prototype would fill its holes.

The biggest issue is: how bad is for a library to require prototype? Even such clean one (without the dom helpers, such as $ and $$).

+1  A: 

Prototype 2.0.

http://ajaxian.com/archives/prototype-2-0-will-not-extend-the-dom

It's not out yet, though.

no
Well, maybe I can get by with JS.Class for a while more.
Daniel Ribeiro