ページの に要素を追加しようとしています<div>
が、機能していません。
ページ 1 (index.php)
<a href=" another.php " id="p1id" type="button">Go to page 2</a>
ページ 2 (another.php)
<div id=p2id></a>
JavaScript (jqtest.js)
$.("#p1id").click(function(){
$.("#p1id").append()
});