이렇게 개발 하는건 제이쿼리 인가요 아니면 어떻게 개발해야돼요? 무슨책보고 공부해야하나요??
본문
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;
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;
>>
이렇게 개발 하는건 제이쿼리 인가요 아니면 어떻게 개발해야 돼요? 무슨책보고 공부해야하나요??
무지 어렵네요 ㅠㅠ 살기 싫타 ㅎㅎ
답변을 작성하시기 전에 로그인 해주세요.