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.

37 lines
883 B
JavaScript

/**
* The Phi Technology LLC,
* Javascript-x framework version 0.1
*
* Handling of DOM objects will rely on DOM object identifiers (ID) with a few exceptions
* This file handles DOM objects with a namespace implementation.
* The basic design is a wrapper around WC3 standard interface for a dom
*/
if(!jx){
var jx = {}
}
jx.dom = {} ;