-
부분데이터 리로드JAVASCRIPT 2020. 7. 15. 10:06
html.html
$('#divDioceseArea').load("/manager/modal.diocese?sqDiocese="+sqDiocese, function() {
$("#divDioceseAreaDistrict").html("");
$('.selectpicker').selectpicker();
});
controller
php.php
$params = array();
$params["sq_diocese" ] = get("sqDiocese" );
$dioceseArea = new DioceseArea();
$dioceseArea->select($params);
'JAVASCRIPT' 카테고리의 다른 글
아이프레임 높이 자동조절 (0) 2020.09.03 dateformat yymmdd to yy-mm-dd (0) 2020.09.03 오브젝트 찍기 (0) 2020.07.15 javascript json 배열 리턴 값 받기 (0) 2020.07.14 javascript 함수 자동호출 (0) 2020.07.14