<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="ko" lang="ko">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>jQuery 강좌2 펼침목록 만들기</title>
<style>
.highlight{font-style:italic;background-color:red;color:blue}
</style>
<script type="text/javascript" src="jquery-1.8.2.min.js"></script>
<script type="text/javascript">
$(document).ready(function(){
$('p').addClass('highlight');
});
</script>
</head>
<body>
<p>test</p>
</body>
</html>
댓글 없음:
댓글 쓰기