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 에 기술하여 사용한다 |
댓글
댓글 쓰기
질문이나 의견은 요기에 남겨주세요 ^^,,