Skip to content

Instantly share code, notes, and snippets.

@Pierry
Created August 6, 2013 13:51
Show Gist options
  • Save Pierry/6164584 to your computer and use it in GitHub Desktop.
Save Pierry/6164584 to your computer and use it in GitHub Desktop.
Alert
if ($('#Variavel').val() == '') {
alert('Mensagem');
$('#Variavel').focus();
return false;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment