기타 자료
[jQuery 함수 강좌]
tomato23
2014. 9. 3. 11:47
1초후에 사라지는 박스 만들기
$(document).ready(function() {
$(아이디나 요소).fadeOut(1000);
});
반응형