<html >
<head>
<title>main files</title>
<script src="http://code.jquery.com/jquery-latest.js"></script>
</head>
<div id="kk">
</div>
<script>
$("#kk").load("template.html");
var new_id="234";
$(#tkk).attr({
id : this.id + '_' + new_id,
name: this.name + '_' + new_id
});
</script>
</body>
</html>
<------------------------------------------------- ----------------->
template.html
<h2>Greetings</h2>
<div id="tkk" class="container">
<div class="inner">Hello</div>
<div class="inner">Goodbye</div>
</div>
ここで、main.htmlファイルにロードされた後にtkkのIDを変更したいのですが、機能しません