Update 'README.md'

master
Steve L. Nyemba 7 years ago
parent 9cfd0e96de
commit c83a03b662

@ -1,4 +1,5 @@
# Simple Javascript eXtension Framework Simple Javascript eXtension Framework
==
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 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
@ -8,17 +9,14 @@ The simple Javascript eXtension framework (jx in short) implements wrappers arou
Jx plays well with existing frameworks like jQuery; Dojo; Mootools; Backbone; Boostrap. We put in a concerted effort to keep it simple yet useful. 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 Modules
==
<table>
<tr> | **Modules** | **Description** |
<td><b>Modules</b></td><td><b>Description</b></td> | -------- | -------- |
</tr> | rpc.js | XMLHttpRequest wrapper. Enables to make ajax requests using a simple interface |
<tr> | dom.js|Provides an interfact to manipulate Document Object Model (DOM)|
<td><b>rpc.js</b></td><td>XMLHttpRequest wrapper. Enables to make ajax requests using a simple interface</td> | utils.js|Implements reusable functions around design patterns to manipulate collections, JSON objects|
</tr> |ext/math.js|Reusable mathematical and statistical functions, correlations, mean, median, mode ...|
<tr><td><b>dom.js</b><td>Provides an interfact to manipulate Document Object Model (DOM)...</td></tr> |ext/ml.js|Reusable big data framework with functions like map/reduce|
<tr><td><b>utils.js</b></td><td>Implements reusable functions around design patterns to manipulate collections, JSON objects ...</td></tr>
<tr><td><b>ext/math.js</b></td><td>Reusable mathematical and statistical functions</td></tr>
<tr><td><b>ext/ml.js</b></td><td>Reusable big data framework with functions like map/reduce.</td></tr>
</table>

Loading…
Cancel
Save