|
|
|
@ -802,8 +802,8 @@ $(function(){
|
|
|
|
|
$(".zip_download_alert").bind("mouseover",function(e){
|
|
|
|
|
//alert($(this).html());
|
|
|
|
|
$(this).next("div").show();
|
|
|
|
|
$(this).next("div").css("top",e.pageY);
|
|
|
|
|
$(this).next("div").css("left",e.pageX);
|
|
|
|
|
//$(this).next("div").css("top",e.pageY);
|
|
|
|
|
//$(this).next("div").css("left",e.pageX);
|
|
|
|
|
});
|
|
|
|
|
$(".zip_download_alert").bind("mouseout",function(e){
|
|
|
|
|
//alert($(this).html());
|
|
|
|
|