부트스트랩 활성 상태
부트스트랩 활성 상태
활성 상태는 현재 페이지가 무엇인지 표시합니다.
.active사용자가 어떤 페이지에 있는지 알 수 있도록 수업 추가 :
예
<ul class="pagination">
<li><a href="#">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
[전체소스]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>Pagination - Active State</h2>
<p>Add class .active to let the user know which page he/she is on:</p>
<ul class="pagination">
<li><a href="#">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</div>
</body>
</html>
활성 상태는 현재 페이지가 무엇인지 표시합니다.
.active사용자가 어떤 페이지에 있는지 알 수 있도록 수업 추가 :
예
<ul class="pagination">
<li><a href="#">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
[전체소스]
<!DOCTYPE html>
<html lang="en">
<head>
<title>Bootstrap Example</title>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<script src="https://ajax.googleapis.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/js/bootstrap.min.js"></script>
</head>
<body>
<div class="container">
<h2>Pagination - Active State</h2>
<p>Add class .active to let the user know which page he/she is on:</p>
<ul class="pagination">
<li><a href="#">1</a></li>
<li class="active"><a href="#">2</a></li>
<li><a href="#">3</a></li>
<li><a href="#">4</a></li>
<li><a href="#">5</a></li>
</ul>
</div>
</body>
</html>
게시판 목록
퍼블리싱강좌
| 번호 | 분류 | 제목 | 글쓴이 | 날짜 | 조회 |
|---|---|---|---|---|---|
| 118 | jQuery Mobile | 8년 전 | 1335 | ||
| 117 | jQuery Mobile | 8년 전 | 1589 | ||
| 116 | jQuery Mobile | 8년 전 | 1815 | ||
| 115 | jQuery Mobile | 8년 전 | 1773 | ||
| 114 | jQuery Mobile | 8년 전 | 1959 | ||
| 113 | jQuery Mobile | 8년 전 | 1872 | ||
| 112 | jQuery Mobile | 8년 전 | 2482 | ||
| 111 | jQuery Mobile | 8년 전 | 1784 | ||
| 110 | jQuery Mobile | 8년 전 | 1576 | ||
| 109 | jQuery Mobile | 8년 전 | 1736 | ||
| 108 | jQuery Mobile | 8년 전 | 1963 | ||
| 107 | jQuery Mobile | 8년 전 | 1766 | ||
| 106 | jQuery Mobile | 8년 전 | 1445 | ||
| 105 | jQuery Mobile | 8년 전 | 1738 | ||
| 104 | jQuery Mobile | 8년 전 | 2405 | ||
| 103 | jQuery Mobile | 8년 전 | 1557 | ||
| 102 | jQuery Mobile | 8년 전 | 1497 | ||
| 101 | jQuery Mobile | 8년 전 | 1679 | ||
| 100 | jQuery Mobile | 8년 전 | 1914 | ||
| 99 | jQuery Mobile | 8년 전 | 1370 | ||
| 98 | jQuery Mobile | 8년 전 | 1391 | ||
| 97 | jQuery Mobile | 8년 전 | 1651 | ||
| 96 | jQuery Mobile | 8년 전 | 1306 | ||
| 95 | jQuery Mobile | 8년 전 | 1124 | ||
| 94 | jQuery Mobile | 8년 전 | 1521 | ||
| 93 | jQuery Mobile | 8년 전 | 1144 | ||
| 92 | jQuery Mobile | 8년 전 | 1563 | ||
| 91 | jQuery Mobile | 8년 전 | 1510 | ||
| 90 | jQuery Mobile | 8년 전 | 1677 | ||
| 89 | jQuery Mobile | 8년 전 | 1661 |
댓글 작성
댓글을 작성하시려면 로그인이 필요합니다.
로그인하기