亚洲国产日韩欧美一区二区三区,精品亚洲国产成人av在线,国产99视频精品免视看7,99国产精品久久久久久久成人热,欧美日韩亚洲国产综合乱

jQuery操作屬性

原創(chuàng) 2018-12-22 23:33:57 225
摘要:<!doctype html><html><head><meta charset="utf-8"><script src="jquery/jquery-3.1.1.js" type="text/javascript"></script><script type=

<!doctype html>

<html>

<head>

<meta charset="utf-8">

<script src="jquery/jquery-3.1.1.js" type="text/javascript"></script>

<script type="text/javascript" >

$(function(){ 

    $("img").each(function(){

        $(this).after("<span>" + $(this).attr("title") + "</span>");

    })

})

</script>

<style type="text/css">

img{height:200px; margin:2px;}

</style>

</head>

<body>

<img src="images/1.jpg" title="淘氣包"  />

<img src="images/2.jpg" title="得意忘形"  />

<img src="images/3.jpg" title="快樂寶貝"  />

</body>

</html>


發(fā)布手記

熱門詞條