2011-08-24 3 views

답변

1

지연(), 기본적으로,하지 일반적마다의 jQuery 함수에서 "FX"큐에 지연을 삽입 할 것이다.

jQuery 대기열 시스템이 어떻게 작동하는지 이해하고 (결국 다른 호출에도 지연을 어떻게 사용할 수 있는지) 보려면 jQuery 대기열 시스템을 참조하십시오.

0

방화범 그것을 상기 모든

처리되지 않는 오류 : 객체 함수 (a, b) {새로운 d.fn.init (A, B, G)를 반환} 어떠한 방법 '지연'

어떻게 작동이 없다 단지 애니메이션과 몇 가지 더 이벤트 http://api.jquery.com/delay/에서

1

로 : 음

The .delay() method is best for delaying between queued jQuery effects. Because it is limited—it doesn't, for example, offer a way to cancel the delay—.delay() is not a replacement for JavaScript's native setTimeout function, which may be more appropriate for certain use cases.

관련 문제