SyntaxFix
Write A Post
Hire A Developer
Questions
Something like this will work
$('#usersSearch').keypress(function(ev){ if (ev.which === 13) $('#searchButton').click(); });