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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7230 | 11년 전 | 3601 | ||
| 7229 | 11년 전 | 3729 | ||
| 7228 | 11년 전 | 3777 | ||
| 7227 | 11년 전 | 3905 | ||
| 7226 | 11년 전 | 2362 | ||
| 7225 | 11년 전 | 17436 | ||
| 7224 |
AngryDev
|
11년 전 | 1342 | |
| 7223 |
돌아온깡통
|
11년 전 | 1086 | |
| 7222 |
돌아온깡통
|
11년 전 | 1030 | |
| 7221 |
돌아온깡통
|
11년 전 | 873 | |
| 7220 |
돌아온깡통
|
11년 전 | 990 | |
| 7219 |
돌아온깡통
|
11년 전 | 824 | |
| 7218 |
돌아온깡통
|
11년 전 | 655 | |
| 7217 |
돌아온깡통
|
11년 전 | 1041 | |
| 7216 |
돌아온깡통
|
11년 전 | 782 | |
| 7215 |
돌아온깡통
|
11년 전 | 699 | |
| 7214 |
돌아온깡통
|
11년 전 | 1045 | |
| 7213 |
돌아온깡통
|
11년 전 | 912 | |
| 7212 |
돌아온깡통
|
11년 전 | 705 | |
| 7211 |
돌아온깡통
|
11년 전 | 860 | |
| 7210 |
돌아온깡통
|
11년 전 | 879 | |
| 7209 |
돌아온깡통
|
11년 전 | 884 | |
| 7208 |
돌아온깡통
|
11년 전 | 991 | |
| 7207 |
돌아온깡통
|
11년 전 | 622 | |
| 7206 |
돌아온깡통
|
11년 전 | 669 | |
| 7205 |
돌아온깡통
|
11년 전 | 854 | |
| 7204 |
돌아온깡통
|
11년 전 | 713 | |
| 7203 |
돌아온깡통
|
11년 전 | 736 | |
| 7202 |
돌아온깡통
|
11년 전 | 700 | |
| 7201 |
돌아온깡통
|
11년 전 | 649 | |
| 7200 |
돌아온깡통
|
11년 전 | 698 | |
| 7199 |
돌아온깡통
|
11년 전 | 1310 | |
| 7198 |
돌아온깡통
|
11년 전 | 643 | |
| 7197 |
돌아온깡통
|
11년 전 | 957 | |
| 7196 |
돌아온깡통
|
11년 전 | 854 | |
| 7195 |
돌아온깡통
|
11년 전 | 591 | |
| 7194 |
돌아온깡통
|
11년 전 | 625 | |
| 7193 |
돌아온깡통
|
11년 전 | 690 | |
| 7192 |
돌아온깡통
|
11년 전 | 711 | |
| 7191 |
joe031
|
11년 전 | 1244 | |
| 7190 | 11년 전 | 4130 | ||
| 7189 | 11년 전 | 1215 | ||
| 7188 |
잘살아보자
|
11년 전 | 930 | |
| 7187 | 11년 전 | 1411 | ||
| 7186 |
kiplayer
|
11년 전 | 7535 | |
| 7185 | 11년 전 | 1123 | ||
| 7184 |
잘살아보자
|
11년 전 | 2327 | |
| 7183 |
잘살아보자
|
11년 전 | 1143 | |
| 7182 |
잘살아보자
|
11년 전 | 1199 | |
| 7181 | 11년 전 | 1477 | ||
| 7180 |
하얀비요일
|
11년 전 | 978 | |
| 7179 |
잘살아보자
|
11년 전 | 980 | |
| 7178 | 11년 전 | 976 | ||
| 7177 | 11년 전 | 990 | ||
| 7176 | 11년 전 | 1651 | ||
| 7175 |
|
11년 전 | 1037 | |
| 7174 |
kiplayer
|
11년 전 | 1170 | |
| 7173 | 11년 전 | 959 | ||
| 7172 |
잘살아보자
|
11년 전 | 4637 | |
| 7171 |
잘살아보자
|
11년 전 | 693 | |
| 7170 | 11년 전 | 1061 | ||
| 7169 |
초심의설렘
|
11년 전 | 1462 | |
| 7168 | 11년 전 | 996 | ||
| 7167 |
잘살아보자
|
11년 전 | 5280 | |
| 7166 |
잘살아보자
|
11년 전 | 3414 | |
| 7165 | 11년 전 | 4946 | ||
| 7164 | 11년 전 | 822 | ||
| 7163 | 11년 전 | 1182 | ||
| 7162 |
울라라라우
|
11년 전 | 1367 | |
| 7161 | 11년 전 | 1250 | ||
| 7160 |
skyler
|
11년 전 | 1180 | |
| 7159 |
|
11년 전 | 678 | |
| 7158 |
|
11년 전 | 3335 | |
| 7157 |
잘살아보자
|
11년 전 | 2879 | |
| 7156 |
잘살아보자
|
11년 전 | 2218 | |
| 7155 |
잘살아보자
|
11년 전 | 1443 | |
| 7154 |
잘살아보자
|
11년 전 | 1445 | |
| 7153 | 11년 전 | 2876 | ||
| 7152 |
울라라라우
|
11년 전 | 821 | |
| 7151 | 11년 전 | 1047 | ||
| 7150 |
잘살아보자
|
11년 전 | 2379 | |
| 7149 |
잘살아보자
|
11년 전 | 3286 | |
| 7148 |
잘살아보자
|
11년 전 | 1179 | |
| 7147 |
잘살아보자
|
11년 전 | 751 | |
| 7146 |
잘살아보자
|
11년 전 | 1388 | |
| 7145 |
잘살아보자
|
11년 전 | 701 | |
| 7144 |
잘살아보자
|
11년 전 | 1287 | |
| 7143 |
잘살아보자
|
11년 전 | 746 | |
| 7142 |
잘살아보자
|
11년 전 | 1440 | |
| 7141 |
잘살아보자
|
11년 전 | 1190 | |
| 7140 |
잘살아보자
|
11년 전 | 1992 | |
| 7139 |
잘살아보자
|
11년 전 | 3658 | |
| 7138 |
잘살아보자
|
11년 전 | 3155 | |
| 7137 |
잘살아보자
|
11년 전 | 3620 | |
| 7136 |
잘살아보자
|
11년 전 | 1376 | |
| 7135 |
gooroo
|
11년 전 | 1607 | |
| 7134 |
열라뽕똬이
|
11년 전 | 2310 | |
| 7133 |
|
11년 전 | 1013 | |
| 7132 | 11년 전 | 1424 | ||
| 7131 | 11년 전 | 3565 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기