Created
April 29, 2015 15:12
-
-
Save diego-mi/cd87ba66a8835b3dc831 to your computer and use it in GitHub Desktop.
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
//elemento = elemento do clique( o input id="cep" ) | |
// precisa-se verificar se ja existe 9 caracteres caso existir -( 00000-000 ) | |
// senao verificar se ha 8 caracteres no input ( 00000000 ) | |
window.Module.ServiceCEP.getEndereco(elemento); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment