Coding

[Web]Modal 관련.

떡빵 2021. 3. 30. 14:41
728x90

Modal 닫기.
$('모달').modal('hide');

Modal 열기.
$('모달').modal('show);

 

728x90