<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<link href="uploadify.css" rel="stylesheet" />
<script type="text/javascript" src="http://ajax.microsoft.com/ajax/jquery/jquery-1.4.min.js"></script>
<script type="text/javascript">
$(document).ready(function() {
   $('a').click(function(){ $("#ss").text('hhhh');});
$('#show').append('<img src="http://tech.china.com/zh_cn/mobile/et/11025044/20080423/images/2008042311553240851300.jpg"><a href="#">删除</a>');
});
</script>
</head>
<body>
<div id="show"></div>
<div id="ss" style="border:#633 1px solid; height:30px; width:1000px;"></div>
</body>
</html>问题:点击删除没有反应 何解?