<html> |
<head> |
<title></title> |
<script src= "jquery-1.8.3.js" type= "text/javascript" ></script> |
<script> |
$(function(){ |
var link=$( "<a href='http://www.baidu.com'>百度</a>" ); |
$( "div:first" ).append(link); |
}); |
</script> |
</head> |
<body> |
<div> |
</div> |
</body> |
</html> |