jQuery 플러그인(Link1)으로도 존재합니다만...
간단한 스크롤 기능이면 되는데 굳이 플러그인을 쓸필요가 없다고는 하지만
플러그인에서 따로 분리해도 될테니... ㅡ_
여하튼...
function tested() {
var tested = $('#tested');
tested.animate({marginTop:'-25px'}, 200, null, function() {
tested.css('marginTop', '0px').append(tested.find('> li:first'));
});
}
setInterval('tested()', 3000);
결과 : 다운로드1
---- ---- ---- ----
영삼넷
Categories
Recent Posts
Recent Comments
Statistics
- Total Visitors:
- 386969
- Today:
- 6841159
- Yesterday:
- 97511516
IT강국 김영삼 블로그에 오신걸 진심으로 환영합니다.
©2002 영삼넷 // openkr
©2002 영삼넷 // openkr