Java Script

[jquery] checkbox 체크여부 확인

쩨비 2021. 5. 3. 12:01
728x90
	if($(v).find('[class=checked]').is(":checked") == true){
		alert("true");
	};