//头部搜索框聚焦 $('.h-search input').on('focus',function(){ }); //头部搜索框失焦点 $('.h-search input').on('blur',function(){
});