javascript, jquery

jquery 기본 사용법

디츠 2014. 9. 27. 15:04
<script src="jquery.min.js"></script>
<script>
$(function() {
	// 실행 스크립트
});
</script>