I have a search box at the top of page that makes an ajax call when a user hits the adjacent button. I am trying to update the input tag so that when a user hit the \'en
$('#seachForm').submit(function(e){ e.preventDefault(); //do something });