diff --git a/lib/web/magnifier/magnifier.js b/lib/web/magnifier/magnifier.js
index 958af0e96641bed61c90bb161170f4ffa935b26e..c47536436892235cb90eb7315d360970857ab080 100644
--- a/lib/web/magnifier/magnifier.js
+++ b/lib/web/magnifier/magnifier.js
@@ -588,7 +588,7 @@
             _init($box, gOptions);
         });
 
-        $(document).on('mousemove', onMousemove);
+        $box.on('mousemove', onMousemove);
         _init($box, gOptions);
 
     }