tooltipsy 사용하기 쉬운 jquery library
링크
https://github.com/briancray/tooltipsy (198) http://note.tloghost.kr/ex/tooltipsy/index.php (178)a 태그에 title 이 있으면 툴팁이 mouseover 시 나타나고 mouseout시 사라집니다.
tooltipsy jquery 라이브러리는 옵션에 따라 click 시에 나타나게 할 수 있고 태그도 입력이 가능하고 나타 나는 위치를 설정할 수도 있습니다.
다음과 같이 사용하면 링크2와 같이 사용됩니다.
.tooltipsy {
position:relative;
padding: 10px;
max-width: 200px;
color: #303030;
background-color: #f5f5b5;
border: 1px solid #deca7e;
}
.tooltipsy:after {
position:absolute;
content:'';
bottom:-6px;
left:50%;
margin-left:-5px;
width:10px; height:10px;
background-color: #f5f5b5;
border-right:1px solid #deca7e;
border-bottom:1px solid #deca7e;
display:block;
transform:rotate(45deg);
}
</style>
<a href="#" class="hastip">tooltipsy</a>
<script>
$('.hastip').tooltipsy({
offset: [0, -5],
showEvent: 'click',
hideEvent: 'click',
content: '<strong>Hello, tooltipsy!</strong><br><a href="https://github.com/briancray/tooltipsy" style="color:blue;">tooltipsy github</a>'
});
</script>
게시판 목록
개발자팁
질문은 QA에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 4736 | jQuery | 8년 전 | 1559 | ||
| 4735 | jQuery | 8년 전 | 1747 | ||
| 4734 | jQuery | 8년 전 | 1737 | ||
| 4733 | jQuery | 8년 전 | 2033 | ||
| 4732 | jQuery | 8년 전 | 1955 | ||
| 4731 | jQuery | 8년 전 | 1459 | ||
| 4730 | jQuery | 8년 전 | 1917 | ||
| 4729 | PHP |
|
8년 전 | 6898 | |
| 4728 | jQuery | 8년 전 | 2562 | ||
| 4727 | jQuery | 8년 전 | 1610 | ||
| 4726 | jQuery | 8년 전 | 1690 | ||
| 4725 | jQuery | 8년 전 | 1834 | ||
| 4724 | jQuery | 8년 전 | 1311 | ||
| 4723 | jQuery | 8년 전 | 1862 | ||
| 4722 | jQuery | 8년 전 | 1626 | ||
| 4721 | jQuery | 8년 전 | 1917 | ||
| 4720 | jQuery | 8년 전 | 1975 | ||
| 4719 | jQuery | 8년 전 | 1601 | ||
| 4718 | jQuery | 8년 전 | 1607 | ||
| 4717 | jQuery | 8년 전 | 1558 | ||
| 4716 | jQuery | 8년 전 | 1237 | ||
| 4715 | jQuery | 8년 전 | 1394 | ||
| 4714 | jQuery | 8년 전 | 1415 | ||
| 4713 | jQuery | 8년 전 | 1334 | ||
| 4712 | jQuery | 8년 전 | 2227 | ||
| 4711 | jQuery | 8년 전 | 1712 | ||
| 4710 | PHP |
|
8년 전 | 3747 | |
| 4709 | jQuery | 8년 전 | 1629 | ||
| 4708 | jQuery | 8년 전 | 1909 | ||
| 4707 | jQuery | 8년 전 | 1761 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기