2026, 새로운 도약을 시작합니다.

이렇게 개발 하는건 제이쿼리 인가요 아니면 어떻게 개발해야돼요? 무슨책보고 공부해야하나요?? 채택완료

 submitHandler: function (form) {form.submit();},
            success: function (error) {
                setTimeout(function () {
                    thisForm.find('.valid').qtip('destroy');
                }, 1);
            },
            errorPlacement: function (error, element) { //qtip2 방식으로 error 출력
                var cornersAt = ['left center', 'top left'],
                        cornersMy = ['right bottom', 'bottom right'],
                        flipIt = $(element).parents('div.left').length > 0,
                        position = {
                            at: cornersAt[flipIt ? 0 : -1],
                            my: cornersMy[flipIt ? 0 : -1]
                        },
                        offset = flipIt ? 6 : 35;
>>
이렇게 개발 하는건  제이쿼리 인가요 아니면 어떻게 개발해야 돼요? 무슨책보고 공부해야하나요??
무지 어렵네요 ㅠㅠ 살기 싫타 ㅎㅎ

답변을 작성하려면 로그인이 필요합니다.

로그인
🐛 버그신고