You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
Steve L. Nyemba aec41c0c62
implementation of utility functions to handle collections (associative arrays) and implementation of design patterns (iterator, visitor and observer)
10 years ago
README.md implemented setters on attributes, styles, classname 10 years ago
dom.js added functions to framework: append child node, show and hide 10 years ago
rpc.js Ajax handler built on XMLHttpRequest and implementation of utilities (design patterns, and other collection handling functions) 10 years ago
utils.js implementation of utility functions to handle collections (associative arrays) and implementation of design patterns (iterator, visitor and observer) 10 years ago

README.md

jx

Javascript-X framework is a framework is that implements DOM handling, implements various utility functions as well as design patterns and extends some math functionalities. It is very compatible with other frameworks

dom.js: Handles common tasks around a dom object with a simple interface Example:

<html> First Option First Option </html> value = jx.dom.get.value('dropdown')