I have an AJAX-y type page. When the user clicks \"GO\" I need to execute a specific javascript function. I also want to simulate the \"GO\" click when a user hits \"Enter\"
Try returning false directly after your if statement (which calls goButton()).
See an example here: Using jQuery to prevent form submit when enter is pressed