Daniel Ribeiro
Daniel Ribeiro

Reputation: 3119

Clean Prototype fork (good idea?)

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 $$).

Upvotes: 1

Views: 224

Answers (1)

Dagg Nabbit
Dagg Nabbit

Reputation: 76736

Prototype 2.0.

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

It's not out yet, though.

Upvotes: 1

Related Questions