1.PC 버전 : https://jquery.com/

 

jQuery

What is jQuery? jQuery is a fast, small, and feature-rich JavaScript library. It makes things like HTML document traversal and manipulation, event handling, animation, and Ajax much simpler with an easy-to-use API that works across a multitude of browsers.

jquery.com

download > Using jQuery with a CDN > 

https://code.jquery.com

 

jQuery CDN

The integrity and crossorigin attributes are used for Subresource Integrity (SRI) checking. This allows browsers to ensure that resources hosted on third-party servers have not been tampered with. Use of SRI is recommended as a best-practice, whenever libr

releases.jquery.com

2.Mobile 버전 : https://jquerymobile.com/

 

jQuery Mobile

Developer Links Seriously cross-platform with HTML5 jQuery Mobile framework takes the "write less, do more" mantra to the next level: Instead of writing unique applications for each mobile device or OS, the jQuery mobile framework allows you to design a si

jquerymobile.com

 

Download > Lastest stable version

'CSS' 카테고리의 다른 글

flex 박스에 대하여  (0) 2023.02.23
float: left 속성 활용 중 가운데 정렬하기  (0) 2023.02.23
counter-increment 속성  (0) 2023.02.12
CSS에서 em과 rem 의 의미  (0) 2023.01.24
border-box vs content-box 차이점  (0) 2023.01.24

1.counter-increment : 숫자를 생성하면서 자동으로 번호를 매겨주는 속성!!

- 항상 content : counter(카운터이름)과 함께 다닌다.

 

'CSS' 카테고리의 다른 글

float: left 속성 활용 중 가운데 정렬하기  (0) 2023.02.23
jQuery PC 및 Mobile 버전 체크  (0) 2023.02.12
CSS에서 em과 rem 의 의미  (0) 2023.01.24
border-box vs content-box 차이점  (0) 2023.01.24
vh vw 그리고 %와 차이점  (0) 2023.01.24

1.for in : 객체구조에서 반복문을 사용하고 싶은 경우

 

2.객체축약 표현 : 아래와 같이 가능!

위, 아래 모두 동일한 화면구성 표현!

+ Recent posts