###Prevel Library
It's a lightweight (approximately 5 Kb) JavaScript library with strong functionality.
All the methods which can be useful in all kinds of development are attending in
Prevel (such as interaction with DOM, Ajax, some common methods).
If something is missed, you always can write your module using pl.extend
method.
Furthermore, it's completely cross-browser and oriented not only on modern browsers.
Convenient builder allows you assembling final file with only necessary modules and extensions.
By default, any files from ./Extensions
aren't considered what reduces common Prevel size.
You can include them as well while building:
node Build.js 1.2 * *
(It will assemble final file with all modules (./Sources
) and extensions (./Extensions
)).
Supported browsers:
- Internet Explorer 6+
- Opera 9.0+
- Mozilla Firefox 1.5+
- Google Chrome
- Safari 3.1+
- Opera Mini/Mobile
- Mobile Safari
- Firefox for Mobile
- Android Browser
Documentation: Docs
Full version for developers: Prevel-full.js
Minified version for production: Prevel-min.js
Extensions if the basic functionality seems meager to you: Extensions
Licensed under the GNU LGPL, MIT License.