私はこのコードを持っています:
$('#output').html("<strong>id:</strong>"+id);
それから
<div id="output">this element will be accessed by jquery and this text replaced</div>
上記は正常に機能しますが、必要なのは出力をアラートにすることです。
<a href="#" onclick="alert('OUTPUT GOES HERE')">Alert Me</a> <- See here
これはどのように行うことができますか?