HTML
페이지 스타일
Key JS
코드 복사
코드는 다음과 같습니다.
$(function() {
$(".input ,.login_input,.textarea").focus(function() {
$(this).addClass("focus");
}).blur(function() {
$(this).removeClass("focus");
});
$("#HintMsg").fadeTo(0, 0.85); //객체의 투명도
var HintHeight = $("#HintMsg").height(); 컨테이너 높이 가져오기
$( "#HintMsg").css({ "top": offset.top - HintHeight "px", "left": offset.left "px" }).fadeIn(500)
}).blur(function( event) {
$("#HintMsg").remove(); //UL 삭제
})
렌더링:
위 내용은 다운로드 사이트에서 가져온 내용으로 구체적인 이름은 잊어버렸습니다.... 참고용으로만 사용하세요