Guest User

Untitled

a guest
Sep 25th, 2018
91
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.38 KB | None | 0 0
  1. $(".botonb").on("click", function(){
  2. if(("autofocus" in document.getElementById('foco'))){
  3. alert('Desarrollando para colombia');
  4. document.getElementById('foco').focus();
  5. }else{
  6. alert('Desarrollando para colombia');
  7. }
  8. });
Add Comment
Please, Sign In to add comment