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>
게시판 목록
프로그램
| 번호 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|
| 7930 | 9년 전 | 424 | ||
| 7929 | 9년 전 | 353 | ||
| 7928 | 9년 전 | 440 | ||
| 7927 | 9년 전 | 358 | ||
| 7926 | 9년 전 | 675 | ||
| 7925 | 9년 전 | 382 | ||
| 7924 | 9년 전 | 367 | ||
| 7923 | 9년 전 | 360 | ||
| 7922 | 9년 전 | 397 | ||
| 7921 | 9년 전 | 413 | ||
| 7920 | 9년 전 | 332 | ||
| 7919 | 9년 전 | 343 | ||
| 7918 | 9년 전 | 498 | ||
| 7917 | 9년 전 | 351 | ||
| 7916 | 9년 전 | 424 | ||
| 7915 | 9년 전 | 428 | ||
| 7914 | 9년 전 | 437 | ||
| 7913 | 9년 전 | 602 | ||
| 7912 | 9년 전 | 445 | ||
| 7911 | 9년 전 | 380 | ||
| 7910 | 9년 전 | 424 | ||
| 7909 | 9년 전 | 532 | ||
| 7908 | 9년 전 | 454 | ||
| 7907 | 9년 전 | 397 | ||
| 7906 | 9년 전 | 413 | ||
| 7905 | 9년 전 | 391 | ||
| 7904 | 9년 전 | 377 | ||
| 7903 | 9년 전 | 370 | ||
| 7902 | 9년 전 | 573 | ||
| 7901 |
|
9년 전 | 755 | |
| 7900 | 9년 전 | 615 | ||
| 7899 | 9년 전 | 407 | ||
| 7898 | 9년 전 | 410 | ||
| 7897 | 9년 전 | 365 | ||
| 7896 | 9년 전 | 377 | ||
| 7895 | 9년 전 | 490 | ||
| 7894 | 9년 전 | 411 | ||
| 7893 | 9년 전 | 368 | ||
| 7892 | 9년 전 | 418 | ||
| 7891 | 9년 전 | 785 | ||
| 7890 | 9년 전 | 1213 | ||
| 7889 | 9년 전 | 755 | ||
| 7888 |
limsy1987
|
9년 전 | 562 | |
| 7887 | 9년 전 | 584 | ||
| 7886 | 9년 전 | 475 | ||
| 7885 | 9년 전 | 430 | ||
| 7884 | 9년 전 | 432 | ||
| 7883 | 9년 전 | 433 | ||
| 7882 | 9년 전 | 483 | ||
| 7881 | 9년 전 | 462 | ||
| 7880 | 9년 전 | 598 | ||
| 7879 | 9년 전 | 484 | ||
| 7878 | 9년 전 | 1246 | ||
| 7877 | 9년 전 | 775 | ||
| 7876 | 9년 전 | 510 | ||
| 7875 | 9년 전 | 583 | ||
| 7874 |
|
9년 전 | 823 | |
| 7873 | 9년 전 | 533 | ||
| 7872 | 9년 전 | 693 | ||
| 7871 | 9년 전 | 500 | ||
| 7870 | 9년 전 | 628 | ||
| 7869 | 9년 전 | 447 | ||
| 7868 | 9년 전 | 477 | ||
| 7867 | 9년 전 | 458 | ||
| 7866 | 9년 전 | 519 | ||
| 7865 | 9년 전 | 469 | ||
| 7864 | 9년 전 | 532 | ||
| 7863 | 9년 전 | 530 | ||
| 7862 | 9년 전 | 482 | ||
| 7861 | 9년 전 | 668 | ||
| 7860 | 9년 전 | 644 | ||
| 7859 | 9년 전 | 430 | ||
| 7858 | 9년 전 | 719 | ||
| 7857 | 9년 전 | 1102 | ||
| 7856 | 9년 전 | 546 | ||
| 7855 | 9년 전 | 774 | ||
| 7854 | 9년 전 | 738 | ||
| 7853 | 9년 전 | 600 | ||
| 7852 | 9년 전 | 535 | ||
| 7851 | 9년 전 | 530 | ||
| 7850 | 9년 전 | 608 | ||
| 7849 | 9년 전 | 375 | ||
| 7848 | 9년 전 | 434 | ||
| 7847 | 9년 전 | 681 | ||
| 7846 | 9년 전 | 472 | ||
| 7845 | 9년 전 | 442 | ||
| 7844 | 9년 전 | 412 | ||
| 7843 | 9년 전 | 440 | ||
| 7842 | 9년 전 | 423 | ||
| 7841 | 9년 전 | 403 | ||
| 7840 | 9년 전 | 419 | ||
| 7839 | 9년 전 | 451 | ||
| 7838 | 9년 전 | 528 | ||
| 7837 | 9년 전 | 373 | ||
| 7836 | 9년 전 | 419 | ||
| 7835 | 9년 전 | 492 | ||
| 7834 |
|
9년 전 | 1206 | |
| 7833 | 9년 전 | 454 | ||
| 7832 | 9년 전 | 437 | ||
| 7831 | 9년 전 | 586 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기