...
|
...
|
@@ -238,7 +238,7 @@ define('yohood', function(require, exports) { |
|
|
$(".show-wrap .image-box").bind("click", function(){
|
|
|
showNone($(this));
|
|
|
});
|
|
|
$(".img-zoom").bind("mousemove", function() {
|
|
|
$(".img-zoom img").bind("mousemove", function() {
|
|
|
showLabel($(this), 480, 480, 0, 0);
|
|
|
});
|
|
|
$(".show-wrap .image-box").bind("mousemove", function() {
|
...
|
...
|
|