$(function() {
// code here
});
$(function( $ ) {
// code here
});
(function() {
// code here
}());
$(document).ready(function(){
// code here
});
저 4개는 같은 기능이다.
출처: https://stackoverflow.com/questions/12008843/start-javascript-code-with-function-etc
댓글 없음:
댓글 쓰기