I want to send Enter key with javascript after alert.I try this code:
setTimeOut(function(){
$(document).trigger(13);
},3000);
But this is not working. How do I do this?
image:
http://i.stack.imgur.com/VNYKo.png
I want to send Enter key on alert
Aucun commentaire:
Enregistrer un commentaire