Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | 3 | 4 | 5 | ||
6 | 7 | 8 | 9 | 10 | 11 | 12 |
13 | 14 | 15 | 16 | 17 | 18 | 19 |
20 | 21 | 22 | 23 | 24 | 25 | 26 |
27 | 28 | 29 | 30 |
Tags
- httpd.conf 보안 설정
- wsl2 우분투에 docker 설치
- apple push notification service (apns) is changing
- sha-2 root
- (using password: YES)" when trying to connect
- group_concat 구분자
- 자바스크립트비밀번호검증
- bootstrap
- 윈도우 환경 아파치 mod_security2 설치
- 숫자 3자리(천단위) 마다 콤마 찍기
- mod_security2 설치
- 파라미터 & 오류
- php 이미지 url 검증 함수
- modsecurity 설치
- bootstrap modal
- 비밀번호정규식
- mariadb upgrade
- html pdf 변환
- mysqldump: Got error: 1045
- 우분투 mysql 비밀번호 없이 로그인 될때
- PHP 구글 OTP 인증
- 아파치 웹 서버의 정보 숨기기
- 비밀번호검증정규식
- PHP 정규식 예제
- 윈도우 mod_security2
- 구글 OTP 인증
- php 배열제거
- PHP 구글 OTP 연동
- javascript
- usb efi 시스템 파티션 삭제
Archives
- Today
- Total
목록select2 선택값으로 변경 (1)
투덜이 개발자
[javascript/select2] bootstrap select2 선택값 변경
[javascript/select2] bootstrap select2 선택값 변경 $('#search_skin_type').val('선택값').trigger('change'); //select2 선택값 변경 한개일때 위와 같은 방법으로 하면 된다. 그런데 멀티 선택을 할려면 배열로 처리하면 된다. $('#search_skin_type').val(['선택값1','선택값2']).trigger('change'); //select2 선택값 변경
Program Language/JavaScript & Jquery
2023. 9. 13. 13:39