소스 검색

ios文本框焦点

qihanjiao 7 년 전
부모
커밋
d051aebf22
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      aiberle/index.html

+ 1 - 0
aiberle/index.html

@@ -416,6 +416,7 @@
 				$(".autocompleter-list").empty().css("height", "auto");
 				$('.autocompleter-hint').removeClass('autocompleter-hint-show').empty();
 				$(".icon-caidan").show();
+				$('#search').blur();
 			});
 			//打开菜单
 			$(document).on('tap', '.icon-caidan', function() {