资 源 简 介
DragonFly Javascript Library is a library inspired by both Prototype.js and jQuery. It attempts to minimize the size needed to perform the same functionality provided by both Prototype and jQuery in a "hybrid" combination of the two libraries. The source is also well separated and commented so that IDEs such as NetBeans, can easily compile the file and enable the use of code completion and documentation. Specifically, DragonFly attempts to optimize and extend Object, Array, String, RegExp, and Event. It also provides psuedo objects Element and Ajax. Furthermore, it provides a powerful CSS selector and presents the ability to execute a single Element operation on an array that may contain an Element, jQuery-esque.