自动提示功能-focus-keyup-发送请求
$doc.on('click', function() { $('搜索结果框').hide();//点击任意位置搜索结果框隐藏});$('.输入框').on('focus keyup', function() { var $this = $(this), str = '', val = $this.val(); $.post('/tra