﻿// JScript File

var arrContent = [];
$("[name=\"image-detail\"]").each(function() { var content = $(this).attr('src'); arrContent.push(content); $(this).attr('src','');$(this).hide(); });
//$("[name=\"image-detail\"]").each(function() { var theImage = new Image(); theImage.src = $(this).attr('src') ; arrContent.push(content);$(this).replaceWith('<img name="image-detail" src="http://hula.vn/images/page/loading-snake.gif">'); });
