$(document).ready(function(){$("form#form_search a#search_submit").click(function(){ $("form#form_search").submit();return false;});});