<script src="https://code.jquery.com/jquery-3.6.0.js"></script> $(document).on('keypress', function(e){ if(e.which == 13){ e.preventDefault; console.log('323'); } });