jquery start

The Document Ready Function

You might have noticed that all jQuery methods, in our examples, are inside a document.ready() function:
$(document).ready(function(){
   // jQuery functions go here...
});
jquery 의 시작은 $(document).ready(function(){ user  define - functions  });
이렇게 시작하며 모든 function 들은 user define -function 에 기술하여 사용한다

댓글

이 블로그의 인기 게시물

jquery css

Struts2의 작동 원리

JSP/Servlet 한글 깨짐 처리 ?