Skip to content

Instantly share code, notes, and snippets.

@joaohornburg
Created June 11, 2013 20:08
Show Gist options
  • Save joaohornburg/5760166 to your computer and use it in GitHub Desktop.
Save joaohornburg/5760166 to your computer and use it in GitHub Desktop.
Para colocar em páginas de recrutamento
$("form").submit(function() {
if($.browser.msie){
alert("Você foi desqualificado");
return false;
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment