项目作者: HeiterDeveloper

项目描述 :
Atalhos para algumas funções fundamentais do Javascript
高级语言: JavaScript
项目地址: git://github.com/HeiterDeveloper/shtWay.git
创建时间: 2018-03-15T02:55:09Z
项目社区:https://github.com/HeiterDeveloper/shtWay

开源协议:Apache License 2.0

下载


shtWay

Atalhos para algumas funções fundamentais do Javascript



Instalação

  1. <script src="shtWay.js" type="text/javascript"></script>

Exemplo de uso

  1. var obj = ce("div");
  2. obj.sty({
  3. width: "100px",
  4. height: "100px",
  5. backgroundColor: "#000000",
  6. color: #ffffff
  7. // mais estilo
  8. });
  9. obj.atr({
  10. id: "box",
  11. className: "listBox"
  12. });
  13. document.body.ape(obj);
  14. ide("box").ape(txt("exemplo shtWay"));


Autor

  • Heiter Developer

Licença

Licensed under the Apache License, Version 2.0 - Read License file for more details.