我使用http://retinajs.com换出高分辨率设备的图像但是当用jquery更改图像时,它似乎不起作用:
$(document).ready(function () {
$("#country").hover( function () {
$("#profilePic").attr("src","img/country.png");
} );
});
视网膜屏幕上的应
$("#profilePic").attr("src","img/country@2x.png");
非常感谢