关于JavaScript作用域的问题。我有三个文件(我使用的是Backbone,但我不确定这是否相关)。第一个文件定义了Google Maps自定义的infowindow。我希望第三个文件能够监听infowindow上的鼠标悬停事件,并在它们发生时调用其他页面元素上的方法。然而,我的JavaScript还不够好,不知道怎么做:
// InfoWindow.js defines the info window & adds a mous
正如我的标题所示,我在结合使用JQuery中的off方法和mouseover/mouseout时遇到了问题。我的HTML代码(相关部分): <p id="hover">Move the mouse pointer over this paragraph.</p>
<button id="off">Press the button</button