참조링크

릴리즈 정보

업그레이드 가이드

 

호환성

Browser jQuery
IE 6~8 jQuery 1.x
IE 9+ jQuery 2.x
Android 4.x jQuery 3.x
Android 4.5+
Safari on IOS 7+
jQuery 3.x

 

 

구버전과 최신버전 혼용

jQuery Migrate Plugin

jQuery 하위 버전 호환성을 위해 제공하는 플러그인

<script src="http://code.jquery.com/jquery-1.9.0.js"></script>
<script src="https://code.jquery.com/jquery-migrate-3.3.0.min.js"></script>

v1.4.1 : jQuery 1.9 이하의 버전을 3.0 버전까지 지원

v3.3.0 : jQuery 1.x버전, 1.9 이상의 버전을 3.0 버전까지 지원

 

+ Recent posts