$(".ac_results li").live("mousedown", function(){ $('#searchstring').val(''); window.location=$(this).find("a").attr("href"); });