From 28c45684248e11fa5befbb8ce76a5abff76e36e2 Mon Sep 17 00:00:00 2001 From: "Steve L. Nyemba" Date: Wed, 16 Dec 2015 09:37:37 -0500 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5feac14..7f9814b 100644 --- a/README.md +++ b/README.md @@ -1,11 +1,11 @@ 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. +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 concerted effort to keep it simple yet useful. dom.js: -Handling of DOM objects will rely on DOM object identifiers (ID) with a few exceptions. +This file is intended to handle DOM objects via jx.dom namespace. The namespace will rely on DOM object identifiers (ID) with a few exceptions of radio & checkboxes. The handling is mostly around getting and setting data on various attributes. 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 @@ -31,4 +31,4 @@ Implementation of design patterns defined by the GOF http://en.wikipedia.org/wik ext/math.js: -ext/ml.js: \ No newline at end of file +ext/ml.js: