offset()은 요소의 left, top값을 get또는 set 할 수 있는 메서드입니다.
먼저 요소의 left,top값을 get하는 방법을 알아 볼게요
<형식>
$(선택자).offset().left
$(선택자).offset().top
<!DOCTYPE HTML>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title></title>
<style>
*{margin:0;padding:0;}
div{width:100px;height:100px;background:red;position:absolute;left:20px;top:50px;}
</style>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
$(function(){
var offset = $('div').offset();
$('p').html(offset.left + '/' + offset.top);
});
</script>
</head>
<body>
<p></p>
<div>컨텐츠</div>
</body>
</html>
set하는 형식은
$(선택자).offset({left:값,top:값})
<!DOCTYPE HTML>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title></title>
<style>
*{margin:0;padding:0;}
div{width:100px;height:100px;background:red;}
</style>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
$(function(){
$('div').offset({left:30,top:50});
});
</script>
</head>
<body>
<div>컨텐츠</div>
</body>
</html>
먼저 요소의 left,top값을 get하는 방법을 알아 볼게요
<형식>
$(선택자).offset().left
$(선택자).offset().top
<!DOCTYPE HTML>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title></title>
<style>
*{margin:0;padding:0;}
div{width:100px;height:100px;background:red;position:absolute;left:20px;top:50px;}
</style>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
$(function(){
var offset = $('div').offset();
$('p').html(offset.left + '/' + offset.top);
});
</script>
</head>
<body>
<p></p>
<div>컨텐츠</div>
</body>
</html>
set하는 형식은
$(선택자).offset({left:값,top:값})
<!DOCTYPE HTML>
<html lang="ko">
<head>
<meta charset="UTF-8">
<title></title>
<style>
*{margin:0;padding:0;}
div{width:100px;height:100px;background:red;}
</style>
<script src="http://code.jquery.com/jquery-1.11.0.min.js"></script>
<script>
$(function(){
$('div').offset({left:30,top:50});
});
</script>
</head>
<body>
<div>컨텐츠</div>
</body>
</html>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7330 | 11년 전 | 1683 | ||
| 7329 | 11년 전 | 934 | ||
| 7328 | 11년 전 | 2224 | ||
| 7327 | 11년 전 | 1725 | ||
| 7326 | 11년 전 | 3813 | ||
| 7325 | 11년 전 | 2270 | ||
| 7324 | 11년 전 | 4523 | ||
| 7323 |
호식이와미돌
|
11년 전 | 1290 | |
| 7322 |
호식이와미돌
|
11년 전 | 1142 | |
| 7321 | 11년 전 | 1787 | ||
| 7320 | 11년 전 | 1760 | ||
| 7319 | 11년 전 | 1322 | ||
| 7318 |
|
11년 전 | 979 | |
| 7317 |
멋진남자임
|
11년 전 | 1618 | |
| 7316 |
잘살아보자
|
11년 전 | 987 | |
| 7315 | 11년 전 | 1102 | ||
| 7314 | 11년 전 | 1321 | ||
| 7313 |
잘살아보자
|
11년 전 | 1121 | |
| 7312 | 11년 전 | 884 | ||
| 7311 |
사랑한데이
|
11년 전 | 2071 | |
| 7310 |
잘살아보자
|
11년 전 | 1880 | |
| 7309 |
잘살아보자
|
11년 전 | 3047 | |
| 7308 |
잘살아보자
|
11년 전 | 1020 | |
| 7307 |
잘살아보자
|
11년 전 | 782 | |
| 7306 | 11년 전 | 871 | ||
| 7305 |
잘살아보자
|
11년 전 | 2754 | |
| 7304 | 11년 전 | 1026 | ||
| 7303 | 11년 전 | 1224 | ||
| 7302 | 11년 전 | 732 | ||
| 7301 | 11년 전 | 1515 | ||
| 7300 |
mijaya
|
11년 전 | 1498 | |
| 7299 | 11년 전 | 912 | ||
| 7298 | 11년 전 | 1092 | ||
| 7297 | 11년 전 | 768 | ||
| 7296 | 11년 전 | 736 | ||
| 7295 | 11년 전 | 1555 | ||
| 7294 | 11년 전 | 903 | ||
| 7293 | 11년 전 | 810 | ||
| 7292 | 11년 전 | 910 | ||
| 7291 |
잘살아보자
|
11년 전 | 1094 | |
| 7290 |
잘살아보자
|
11년 전 | 752 | |
| 7289 | 11년 전 | 800 | ||
| 7288 |
잘살아보자
|
11년 전 | 1322 | |
| 7287 | 11년 전 | 835 | ||
| 7286 |
잘살아보자
|
11년 전 | 1332 | |
| 7285 | 11년 전 | 827 | ||
| 7284 | 11년 전 | 981 | ||
| 7283 | 11년 전 | 1008 | ||
| 7282 | 11년 전 | 771 | ||
| 7281 | 11년 전 | 800 | ||
| 7280 | 11년 전 | 1032 | ||
| 7279 | 11년 전 | 1967 | ||
| 7278 | 11년 전 | 809 | ||
| 7277 | 11년 전 | 814 | ||
| 7276 | 11년 전 | 752 | ||
| 7275 | 11년 전 | 1173 | ||
| 7274 | 11년 전 | 816 | ||
| 7273 | 11년 전 | 730 | ||
| 7272 | 11년 전 | 1053 | ||
| 7271 | 11년 전 | 1388 | ||
| 7270 | 11년 전 | 1016 | ||
| 7269 | 11년 전 | 937 | ||
| 7268 | 11년 전 | 983 | ||
| 7267 | 11년 전 | 1823 | ||
| 7266 | 11년 전 | 883 | ||
| 7265 | 11년 전 | 946 | ||
| 7264 |
잘살아보자
|
11년 전 | 2716 | |
| 7263 |
잘살아보자
|
11년 전 | 2261 | |
| 7262 |
잘살아보자
|
11년 전 | 1140 | |
| 7261 |
잘살아보자
|
11년 전 | 1633 | |
| 7260 |
잘살아보자
|
11년 전 | 1251 | |
| 7259 | 11년 전 | 1166 | ||
| 7258 |
잘살아보자
|
11년 전 | 1296 | |
| 7257 |
잘살아보자
|
11년 전 | 1894 | |
| 7256 | 11년 전 | 935 | ||
| 7255 |
그누5입문
|
11년 전 | 1946 | |
| 7254 | 11년 전 | 2163 | ||
| 7253 |
|
11년 전 | 863 | |
| 7252 | 11년 전 | 1006 | ||
| 7251 | 11년 전 | 717 | ||
| 7250 | 11년 전 | 1686 | ||
| 7249 | 11년 전 | 1548 | ||
| 7248 |
sogo87
|
11년 전 | 1040 | |
| 7247 | 11년 전 | 933 | ||
| 7246 | 11년 전 | 703 | ||
| 7245 |
잘살아보자
|
11년 전 | 1078 | |
| 7244 | 11년 전 | 1530 | ||
| 7243 |
presee
|
11년 전 | 595 | |
| 7242 |
sogo87
|
11년 전 | 787 | |
| 7241 | 11년 전 | 883 | ||
| 7240 |
브라이언2
|
11년 전 | 895 | |
| 7239 |
|
11년 전 | 1108 | |
| 7238 | 11년 전 | 2620 | ||
| 7237 |
잘살아보자
|
11년 전 | 2275 | |
| 7236 |
dethos79
|
11년 전 | 1842 | |
| 7235 |
멋진남자임
|
11년 전 | 1404 | |
| 7234 | 11년 전 | 1343 | ||
| 7233 | 11년 전 | 2317 | ||
| 7232 | 11년 전 | 1589 | ||
| 7231 | 11년 전 | 2782 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기