这是我的image tag
这是我获取 src 的 jquery
$('.hoverme').mouseover(function(){
console.log($(this).attr('src'));
});
工作很好。现在在鼠标悬停时我需要改变
来源
/images/image_107/thumb/Ubuntu-Wallpaper-HD.jpg?1380112803
到
/images/image_107/large/Ubuntu-Wallpaper-HD.jpg?1380112803
我怎样才能实现它。