あいまいなタイトルで申し訳ありませんが、これをどのように説明すればよいかわかりません。
私がやりたいのは、onclick、画像を変更することです。これがコードのその部分です。
これが可能かどうか誰かに教えてもらえますか?アンカー タグを参照する方法がわからないため、これを行う方法がわかりません。
$(document.createElement('a'))
.attr('href', '#')
.html('<img src="myimage.jpg" />')
.click( function( e ){
// When the user clicks the anchor tag above, I want to replace the current
// image (myimage.jpg) with another one.
}