|
vor 4 Jahren | |
---|---|---|
.. | ||
ext | vor 4 Jahren | |
README.md | vor 4 Jahren | |
dom.js | vor 4 Jahren | |
rpc.js | vor 4 Jahren | |
utils.js | vor 4 Jahren |
The simple Javascript eXtension framework (jx in short) implements wrappers around common tasks performed on DOM object, JSON object and implements various utilities like design patterns for
Jx plays well with existing frameworks like jQuery; Dojo; Mootools; Backbone; Boostrap. We put in a concerted effort to keep it simple yet useful.
Modules | Description |
---|---|
rpc.js | XMLHttpRequest wrapper. Enables to make ajax requests using a simple interface |
dom.js | Provides an interfact to manipulate Document Object Model (DOM) |
utils.js | Implements reusable functions around design patterns to manipulate collections, JSON objects |
ext/math.js | Reusable mathematical and statistical functions, correlations, mean, median, mode ... |
ext/ml.js | Reusable big data framework with functions like map/reduce |