Atalhos para algumas funções fundamentais do Javascript
Atalhos para algumas funções fundamentais do Javascript
<script src="shtWay.js" type="text/javascript"></script>
var obj = ce("div");
obj.sty({
width: "100px",
height: "100px",
backgroundColor: "#000000",
color: #ffffff
// mais estilo
});
obj.atr({
id: "box",
className: "listBox"
});
document.body.ape(obj);
ide("box").ape(txt("exemplo shtWay"));
Licensed under the Apache License, Version 2.0 - Read License file for more details.