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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 8230 | 9년 전 | 85 | ||
| 8229 | 9년 전 | 83 | ||
| 8228 |
커네드커네드
|
9년 전 | 121 | |
| 8227 | 9년 전 | 136 | ||
| 8226 | 9년 전 | 174 | ||
| 8225 | 9년 전 | 160 | ||
| 8224 | 9년 전 | 155 | ||
| 8223 | 9년 전 | 123 | ||
| 8222 |
|
9년 전 | 201 | |
| 8221 | 9년 전 | 100 | ||
| 8220 | 9년 전 | 117 | ||
| 8219 | 9년 전 | 109 | ||
| 8218 | 9년 전 | 157 | ||
| 8217 |
star3840
|
9년 전 | 122 | |
| 8216 | 9년 전 | 169 | ||
| 8215 | 9년 전 | 128 | ||
| 8214 | 9년 전 | 231 | ||
| 8213 | 9년 전 | 173 | ||
| 8212 | 9년 전 | 88 | ||
| 8211 | 9년 전 | 264 | ||
| 8210 | 9년 전 | 256 | ||
| 8209 | 9년 전 | 344 | ||
| 8208 | 9년 전 | 233 | ||
| 8207 | 9년 전 | 240 | ||
| 8206 |
|
9년 전 | 199 | |
| 8205 | 9년 전 | 177 | ||
| 8204 | 9년 전 | 144 | ||
| 8203 | 9년 전 | 240 | ||
| 8202 | 9년 전 | 152 | ||
| 8201 | 9년 전 | 188 | ||
| 8200 | 9년 전 | 173 | ||
| 8199 | 9년 전 | 227 | ||
| 8198 | 9년 전 | 184 | ||
| 8197 | 9년 전 | 175 | ||
| 8196 | 9년 전 | 563 | ||
| 8195 | 9년 전 | 172 | ||
| 8194 | 9년 전 | 292 | ||
| 8193 | 9년 전 | 166 | ||
| 8192 | 9년 전 | 208 | ||
| 8191 | 9년 전 | 154 | ||
| 8190 | 9년 전 | 147 | ||
| 8189 | 9년 전 | 202 | ||
| 8188 | 9년 전 | 137 | ||
| 8187 | 9년 전 | 155 | ||
| 8186 | 9년 전 | 151 | ||
| 8185 | 9년 전 | 325 | ||
| 8184 | 9년 전 | 115 | ||
| 8183 | 9년 전 | 335 | ||
| 8182 | 9년 전 | 178 | ||
| 8181 | 9년 전 | 146 | ||
| 8180 | 9년 전 | 709 | ||
| 8179 | 9년 전 | 497 | ||
| 8178 | 9년 전 | 317 | ||
| 8177 |
kiplayer
|
9년 전 | 339 | |
| 8176 | 9년 전 | 363 | ||
| 8175 | 9년 전 | 235 | ||
| 8174 | 9년 전 | 259 | ||
| 8173 | 9년 전 | 354 | ||
| 8172 | 9년 전 | 212 | ||
| 8171 | 9년 전 | 190 | ||
| 8170 | 9년 전 | 306 | ||
| 8169 |
커네드커네드
|
9년 전 | 264 | |
| 8168 | 9년 전 | 330 | ||
| 8167 | 9년 전 | 327 | ||
| 8166 | 9년 전 | 246 | ||
| 8165 | 9년 전 | 181 | ||
| 8164 | 9년 전 | 310 | ||
| 8163 | 9년 전 | 294 | ||
| 8162 | 9년 전 | 310 | ||
| 8161 | 9년 전 | 306 | ||
| 8160 |
|
9년 전 | 504 | |
| 8159 | 9년 전 | 437 | ||
| 8158 | 9년 전 | 263 | ||
| 8157 | 9년 전 | 391 | ||
| 8156 | 9년 전 | 281 | ||
| 8155 | 9년 전 | 264 | ||
| 8154 |
00년생용띠
|
9년 전 | 608 | |
| 8153 | 9년 전 | 243 | ||
| 8152 |
|
9년 전 | 420 | |
| 8151 | 9년 전 | 421 | ||
| 8150 | 9년 전 | 516 | ||
| 8149 |
Jangfolk
|
9년 전 | 356 | |
| 8148 | 9년 전 | 181 | ||
| 8147 | 9년 전 | 384 | ||
| 8146 | 9년 전 | 452 | ||
| 8145 | 9년 전 | 398 | ||
| 8144 | 9년 전 | 362 | ||
| 8143 | 9년 전 | 208 | ||
| 8142 | 9년 전 | 435 | ||
| 8141 | 9년 전 | 386 | ||
| 8140 | 9년 전 | 939 | ||
| 8139 | 9년 전 | 271 | ||
| 8138 |
전갈자리남자
|
9년 전 | 397 | |
| 8137 | 9년 전 | 406 | ||
| 8136 | 9년 전 | 756 | ||
| 8135 |
|
9년 전 | 804 | |
| 8134 |
PlayPixel
|
9년 전 | 526 | |
| 8133 |
|
9년 전 | 452 | |
| 8132 | 9년 전 | 463 | ||
| 8131 | 9년 전 | 824 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기