앱)autocomplete jquery sample
$("#id").autocomplete({
source : function(request, response){
$.ajax({
url :
type:
data : {
searchCondition : request.term,
searchCondition2 : $('#kkk').val()
},
contentType:
success :
});
},
open : function(){
$(' .ui-autocomplete').css('z-index', 99999999999);
},
minLength: 1,
select : function(event, ui){
}
});
source : function(request, response){
$.ajax({
url :
type:
data : {
searchCondition : request.term,
searchCondition2 : $('#kkk').val()
},
contentType:
success :
});
},
open : function(){
$(' .ui-autocomplete').css('z-index', 99999999999);
},
minLength: 1,
select : function(event, ui){
}
});
'프론트엔드 > 자바스크립트' 카테고리의 다른 글
앱)checkbox 모두 선택/선택된 count 세기 (0) | 2018.11.14 |
---|---|
앱)check box to string (0) | 2018.11.14 |
앱)javascript에서 java spring과 연동처리 (0) | 2018.11.14 |
앱)자바스크립트와 node.js를 이용한 웹 크롤링 테크닉 (0) | 2018.11.13 |
차트 관련 js 정리 (0) | 2018.11.11 |