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에서 해주시기 바랍니다.
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 4766 | jQuery | 8년 전 | 1676 | ||
| 4765 | jQuery | 8년 전 | 1349 | ||
| 4764 | jQuery | 8년 전 | 2164 | ||
| 4763 | jQuery | 8년 전 | 1853 | ||
| 4762 | jQuery | 8년 전 | 1627 | ||
| 4761 | jQuery | 8년 전 | 1932 | ||
| 4760 | jQuery | 8년 전 | 1297 | ||
| 4759 | jQuery | 8년 전 | 1597 | ||
| 4758 | jQuery | 8년 전 | 1310 | ||
| 4757 | jQuery | 8년 전 | 1273 | ||
| 4756 | jQuery | 8년 전 | 1496 | ||
| 4755 | jQuery | 8년 전 | 1647 | ||
| 4754 | jQuery | 8년 전 | 1613 | ||
| 4753 | jQuery | 8년 전 | 1769 | ||
| 4752 | jQuery | 8년 전 | 1519 | ||
| 4751 | jQuery | 8년 전 | 1839 | ||
| 4750 | jQuery | 8년 전 | 1981 | ||
| 4749 | jQuery | 8년 전 | 1440 | ||
| 4748 | PHP | 8년 전 | 2809 | ||
| 4747 | jQuery | 8년 전 | 1390 | ||
| 4746 | jQuery | 8년 전 | 1646 | ||
| 4745 | jQuery | 8년 전 | 1653 | ||
| 4744 | jQuery | 8년 전 | 1533 | ||
| 4743 | jQuery | 8년 전 | 1612 | ||
| 4742 | jQuery | 8년 전 | 1705 | ||
| 4741 | jQuery | 8년 전 | 1597 | ||
| 4740 | jQuery | 8년 전 | 1605 | ||
| 4739 | jQuery | 8년 전 | 1797 | ||
| 4738 | jQuery | 8년 전 | 1306 | ||
| 4737 | jQuery | 8년 전 | 2097 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기