$('.pq-grid-bottom').on("keypress", "input[type='text']", function(e){ if(e.which == 13) { this.blur(); }});