diff --git a/README.md b/README.md index 3ba4b2e..dce1adc 100644 --- a/README.md +++ b/README.md @@ -4,15 +4,21 @@ 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 easy handling of collections as well as mathematic functions and some basic machine learning techniques and models. Jx doesn't get in the way of other frameworks like jQuery; Dojo; Mootools; Backbone; Boostrap. We put in a conerted effort to keep it simple. dom.js: + Handling of DOM objects will rely on DOM object identifiers (ID) with a few exceptions. The focus of a dom object is mostly centered around a single DOM object, + We advise using utils.js in order to handle collections of DOM objects as utils.js implements various utilities and industry standard design patterns + This implementation is designed by W3C specifications of HTML5 and will integrate well with other frameworks that do so. -- In addition we tried to mildly specify preconditions for executions of functions rpc.js: + utils.js: + ext/math.js: + ext/ml.js: \ No newline at end of file