Creation Example

Create a new Jude Element

Create 100 new Jude Elements

Basic Source Code

This is a simplified set of code; view the actual source code to see everything that's going on.

var myElm = E( "<DIV>", 100, 100, 50, 50, "Jude Element 0",
	"background:#ccc;border:1px solid" ).appendTo() ;