This file contains 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
### | |
Plugin : https://github.com/igorescobar/jQuery-Mask-Plugin/ | |
bower install jQuery-Mask-Plugin | |
components/jQuery-Mask-Plugin/jquery.mask.min.js | |
### | |
campos = jQuery '.mascara_telefone, #telefone, #celular' |
This file contains 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
¯\(ºдಠ)/¯ | |
٩(ಥ_ಥ)۶ | |
ఠ_ఠ | |
ಠ¿ಠi | |
ಠ‿ಠ | |
ಠ▃ಠ | |
ಠ益ಠ | |
ಠ益ಠ | |
ಠ︵ಠ凸 | |
ಠ_ಠ |
This file contains 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
<?php | |
// Abra o arquivo verifica_endereco.php e adicione o código abaixo após o <?php | |
switch($_SERVER['HTTP_HOST']){ | |
case 'www.vilanobredecor.com.br': | |
case 'vilanobredecor.com.br': | |
header('Location: http://vilanobreiluminacao.com.br/'); | |
exit; | |
} |
This file contains 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
<?php | |
$meses = array( | |
1 => 'Janeiro', | |
'Fevereiro', | |
'Março', | |
'Abril', | |
'Maio', | |
'Junho', | |
'Julho', |
This file contains 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
<script type="text/javascript"> | |
var _gaq = _gaq || []; | |
_gaq.push(['_setAccount', '#############']); // ID do site | |
_gaq.push(['_trackPageview']); | |
(function() { | |
var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true; | |
ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js'; | |
var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s); |
NewerOlder