4
4

2 回答 2

21
于 2009-02-24T12:58:35.800 回答
3

如果您只需要可点击的图像,请执行以下操作:

$(".displayWrapper img").click(function(){
  document.location.href = this.src.replace("img_T", "img_L");
});
于 2009-02-24T13:25:58.933 回答