문제

What code should I add jquery to create an animation that is activated when a user visits the page.

도움이 되었습니까?

해결책

$(document).ready(function(){
  $("#ID").animate();
});

다른 팁

Could you not add the function into the <BODY> tag using onload?

Like:

<BODY onload="myfunction()">
라이센스 : CC-BY-SA ~와 함께 속성
제휴하지 않습니다 StackOverflow
scroll top