This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| error: function (_jqxhr, text, error) { | |
| switch (_jqxhr.status) { | |
| case 404: | |
| case 500: | |
| console.log("Erro: " + error + " - " + text); | |
| console.log(_jqxhr); | |
| break; | |
| default: | |
| console.log(_jqxhr); | |
| } |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| (function() { | |
| /* | |
| * Remove estilos in-line e adiciona no cabeçalho do site | |
| * | |
| * @author Willian Keller | |
| * | |
| * Definições das Variáveis | |
| * | |
| * @variables | |
| * a = Array (saída do laço de repetição) |