$('input[type="text"]').on('keypress blur', function(e) { if(e.type == 'blur' || e.which == 13) myFunction() })