728x90 300x250 SMALL input 빈값 확인1 [jQuery]input에 빈값 확인하고 alert창 띄우기 $('.submit').click(function(){ inputVal = $('input').val(); if(inputVal == ''){ alert('값을 넣어주세요'); $(input).focus() return false; } }) .submit 버튼을 클릭했을 때 만약 input 값이 비어 있다면 alert창을 띄우고 input에 focus를 준다. 2022. 9. 2. 이전 1 다음 728x90 반응형 LIST