DOM ??? ?? ?? ??
DOM ??? ?? ?? ??
img ??:
<img src="images/image.1.jpg" id="hibiscus" alt="Hibiscus" class="classA" />
?? ????? id, src, alt ?? ? ??? "??"??? ??? ? ?????. ??? ??? "?? ??"??? ????. ??? DOM ??? ?? ??? ? ?? ????? ?? ?? ??? "DOM ??"? ?? ???? ?? ??? "?? ??"? "DOM ??"?? ?????.
??? src? ?? ??? ??????:
images/image.1.jpg
, "DOM ??"??? ?? ??? ?????:
http: //localhost/images/ image.1.jpg
?? "?? ??"? "DOM ??"? ??? ????. ?? ?? ?? ?? ?? ???? DOM ???? ??? ? className? ?????.
Javascript??? "DOM ??"? ?? ????? ??? ? ????.
<script type="text/javascript">
$(function() { var img1 = document.getElementById("hibiscus " );
?????? ??(img1.alt);
??????????????????????????????????????????????????????????????????? ??(img1.alt; ??? ???? ???. ?? ?? "class:
img1.className = "classB";$(function() { var img1 = document.getElementById("hibiscus " );
?????? ??(img1.alt);
??????????????????????????????????????????????????????????????????? ??(img1.alt; ??? ???? ???. ?? ?? "class:
$("img").each(function(index) { alert("index:" + index + ", id:" + this.id + ", alt:" + this.alt); this.alt = "changed"; alert("index:" + index + ", id:" + this.id + ", alt:" + this.alt); });
??? ? ??? ?? ?????.