Skip to content
Judson edited this page Jun 30, 2011 · 2 revisions

NinjaScript has a tendancy towards jQuery – at present the pre-packaged behaviors and some of the utilities depend on jQuery. You’ll need to use jQuery, at least version 1.3.

The core of NinjaScript is now separate from outside Javascript frameworks. As of NinjaScript 0.9, the core event handling engine uses a statically included version of Sizzle (the same CSS engine that jQuery uses.)

There’s some thought about further removing dependency on jQuery, such that only behaviors depend on a particular DOM manipulation framework.