node2:/var/www/html/js#cat h30.html
<a>
1111111
</a>
<script type="text/javascript" src="jquery-2.2.2.min.js"></script>
<script type="text/javascript" src="h30.js"></script>
node2:/var/www/html/js#
node2:/var/www/html/js#cat h30.js
$("a").append($('<img>',
{
src: 'images/001.png',
alt:'Little Bear',
title:'I woof in your general direction',
click: function(){
alert($(this).attr('title'));
}
}));