抱歉标题含糊不清,但我不确定如何描述。
我想要做的是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.
}