Konflux is a lightweight but sophisticated JavaScript library developed at Konfirm. It provides you with your day-to-day needs in front-end development in an easy and accessible way. Ease of use, cross-browser compatibility, stability and performance are the main focus areas.
- konflux.ajax - Handle AJAX requests
- konflux.array - Array utils
- konflux.breakpoint - Breakpoint object, add/remove classes on specified object (or body) when specific browser dimensions are met
- konflux.browser - Browser/feature detection
- konflux.cookie - Cookie object, making working with cookies a wee bit easier
- konflux.dom - DOM Structure helper
- konflux.event - Event attachment handler
- konflux.iterator - Iterator object, providing a uniform mechanism to traverse collections (Array, Object, DOMNodeList, etc)
- konflux.number - Number utils
- konflux.observer - Observer object, handles subscriptions to messages
- konflux.storage - Storage object, a simple wrapper for localStorage
- konflux.string - String utils
- konflux.style - Style(sheet) manipulation
- konflux.timing - Timing utils
- konflux.url - Handle URL's/URI's
To suggest a feature or report a bug, use the new issue form. When you want to contribute code, please follow the implicit coding style, write and run tests and make sure jshint has nothing to complain ;)
Code and documentation copyright Konfirm 2013-2015. Code released under the MIT license.