반응형
| 03.MapCollection.htm |
|
<html xmlns="http://www.w3.org/1999/xhtml"> <head>
<title>맵(컬렉션)으로 다중 속성 지정</title>
<script src="../jQuery/jquery-1.3.2-vsdoc2.js" type="text/javascript"></script>
<script type="text/javascript">
$(document).ready(function()
{ $("#com").attr({ src: "../ProductImages/COM-01.jpg", alt: "컴퓨터", title: "좋은컴퓨터" });
});
</script> </head> <body>
<img id="com" /> </body> </html> |
| 결과화면 |
[그림29-1] |
반응형
'jQuery | javascript | CSS' 카테고리의 다른 글
| 31.jQuery - Text ( 03..Attributes - 05.Text ) (0) | 2009.11.10 |
|---|---|
| 30.jQuery - RemoveAttr ( 03.Attributes - 04.RemoveAttr) (0) | 2009.11.10 |
| 28.jQuery - ShowBigImg ( 03.Attributes - 02.ShowBigImg ) (0) | 2009.11.10 |
| 27.jQuery - Attributes ( 03.Attributes - 01.Attr ) (0) | 2009.11.10 |
| -- 현재 까지의 jQuery 소스2 -- (0) | 2009.11.09 |
03.MapCollection.htm
Comments