...
|
...
|
@@ -96,3 +96,8 @@ function noAwa() { |
|
|
'<div class="dia-bg"></div>'
|
|
|
return cHtml;
|
|
|
}
|
|
|
function opened(thisBox){
|
|
|
$(".a-box-ul li:eq("+ thisBox +")").find("img").remove();
|
|
|
$(".a-box-ul li:eq("+ thisBox +")").append("<img src='images/awa.png' />");
|
|
|
}
|
|
|
|
...
|
...
|
|