我知道我可以使用$('#myId').load('aPage.html'); 要将页面加载到元素中,如何使用它来更改图像?
$( "selectorforyourimage")ATTR( "SRC", "newimagelocation");