무소의 뿔처럼

jquery download URL 본문

알아두기/JavaScript

jquery download URL

값을변경 2023. 3. 30. 13:54

https://cdnjs.com/libraries

https://cdnjs.com/libraries/jquery

 

IE 8 이하의 브라우저까지 호환성을 고려 :  v.1.12.x 이하 버전

https://cdnjs.com/libraries/jquery/1.12.4

 


URL 복사하여 주소창에 입력

web이 뜨면 ctrl+s로 저장. 

 

 


제이쿼리 최신 버전에서 삭제된 이전 버전의 메서드 사용하기

jQuery Migrate Plugin

We have created the jQuery Migrate plugin to simplify the transition from older versions of jQuery. The plugin restores deprecated features and behaviors so that older code will still run properly on newer versions of jQuery. Use the uncompressed development version to diagnose compatibility issues, it will generate warnings on the console that you can use to identify and fix problems. Use the compressed production version to simply fix compatibility issues without generating console warnings.

There are two versions of Migrate. The first will help you update your pre-1.9 jQuery code to jQuery 1.9 up to 3.0. You can get that version here:

Download the compressed, production jQuery Migrate 1.4.1

Download the uncompressed, development jQuery Migrate 1.4.1

The second version helps you update code to run on jQuery 3.0 or higher, once you have used Migrate 1.x and upgraded to jQuery 1.9 or higher:

Download the compressed, production jQuery Migrate 3.4.0

Download the uncompressed, development jQuery Migrate 3.4.0

 

 

 

'알아두기 > JavaScript' 카테고리의 다른 글

js 파라미터 값 가져오기.  (0) 2023.02.19
Comments