없애기/보이기

박서현·2023년 8월 4일
0
post-thumbnail
post-custom-banner

없애기

function addPerson() {
	$('#names').hide();       
}

hide( )를 show( )로 바꾸면 #names가 보인다

0개의 댓글