Подскажите , что происходит в строке :
function sourceSwap($this ) {
newSource = $this.data('alt-src');
newSource = $this.data('alt-src');
newSource = $this.data('alt-src');
$this.data('alt-src', $this.attr('src'));
Получаеться там где есть :alt-src добавляем src?