Home > Web Front-end > JS Tutorial > JQuery obtains various width and height (format function) instances_jquery

JQuery obtains various width and height (format function) instances_jquery

WBOY
Release: 2016-05-16 17:41:20
Original
1187 people have browsed it

Copy code The code is as follows:



    获取页面宽度
   
   





 

휴대폰요금, Q코인, 게임충전


width() - 요소의 너비를 반환합니다.


height() - 요소의 높이를 반환합니다.


innerWidth() 메서드는 요소의 너비(패딩 포함)를 반환합니다. innerHeight() 메서드는 요소의 높이(패딩 포함)를 반환합니다. externalWidth() 메서드는 요소의 너비(패딩 및 테두리 포함)를 반환합니다.                


outerHeight() 메서드는 요소의 높이(패딩 및 테두리 포함)를 반환합니다.                


outerWidth(true) 메소드는 요소의 너비(패딩, 테두리 및 여백 포함)를 반환합니다.


outerHeight(true) 메소드는 요소의 높이(패딩, 테두리 및 여백 포함)를 반환합니다.


문서(HTML 문서)의 높이를 반환합니다. $(document).height()


창(브라우저 뷰포트)을 반환합니다. $ ( window).height()






Related labels:
source:php.cn
Statement of this Website
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn
Popular Tutorials
More>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template